You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not getting the list of UPI apps on my Android 12 version if passed as UpiApplication as Gpay, which is installed on my mobile.
I am getting activity_unavailable as raw response
Describe the bug
I am not getting the list of UPI apps on my Android 12 version if passed as UpiApplication as Gpay, which is installed on my mobile.
I am getting activity_unavailable as raw response
To Reproduce
Steps to reproduce the behaviour:
final a = await UpiPay.initiateTransaction(
amount: "20",
app: UpiApplication(
androidPackageName:
'com.google.android.apps.nbu.paisa.user',
iosBundleId: 'com.google.paisa',
appName: 'Google Pay',
discoveryCustomScheme: 'gpay',
),
receiverName: 'Sharad',
receiverUpiAddress:
_upiAddressController.text,
transactionRef: transactionRef,
transactionNote: 'UPI Payment',
Getting below response:
UpiTransactionResponse { txnId: null, responseCode: null, approvalRefNo: null, status: UpiTransactionStatus.failure, txnRef: null, rawResponse: activity_unavailable }
Environmental Details
The text was updated successfully, but these errors were encountered: