drenther / upi_pay

Flutter plugin for UPI (Only in India)
MIT License
60 stars 71 forks source link

await UpiPay.getInstalledUpiApplications() returning empty list #54

Closed nilotpalkapri closed 2 years ago

nilotpalkapri commented 2 years ago

Describe the bug

A clear and concise description of what the bug is. This package was working fine till November 2021. After that await UpiPay.getInstalledUpiApplications() method returning empty list. Setting statusType: UpiApplicationDiscoveryAppStatusType.all returning applications but getting payment failure response(U09-Timeout). Is there anything need to be added in Androidmanifest.xml or MainActivity.kt?

To Reproduce

Steps to reproduce the behaviour:

  1. Enter VPA
  2. Trigger payment
  3. Go to opened UPI app
  4. ...

Expected behaviour

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environmental Details

Additional context

Add any other context about the problem here.

drenther commented 2 years ago

Check if the apps are supported as of now. All the supported apps and their status are listed under apps.md in the repo.

And please follow the bugs issue format otherwise the issue will be closed without any further action.

nilotpalkapri commented 2 years ago

Ok thanks for the response but yes I am trying with the supported apps but unfortunately not getting any solution. I am trying with PhonePe and Paytm.

Also I have tested by launching the upi url using url_launcher package, same issue is happening. Thats why I am confused about the issue. I have tested with the example app also, same problem.

If you please share any view on this issue, I will be thankful to you..