Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am not getting the list of UPI apps on my Android 12 #66

Open
altafkhan8719 opened this issue Jul 22, 2022 · 1 comment
Open

I am not getting the list of UPI apps on my Android 12 #66

altafkhan8719 opened this issue Jul 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working pending reproducibility

Comments

@altafkhan8719
Copy link

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',

            );

            print(a);

Getting below response:

UpiTransactionResponse { txnId: null, responseCode: null, approvalRefNo: null, status: UpiTransactionStatus.failure, txnRef: null, rawResponse: activity_unavailable }

Environmental Details

  • OS: [Android 12]
  • Device: [Realme GTEdition]
  • UPI Applications in the device: [ GPay, Paytm]
@drenther
Copy link
Owner

drenther commented Nov 8, 2022

Please provide a repo with minimal code for reproducibility. As I am unable to reproduce this on my side.

Also, if possible try on other devices to pin down if it is a device specific issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending reproducibility
Projects
None yet
Development

No branches or pull requests

3 participants