-
-
Notifications
You must be signed in to change notification settings - Fork 120
App Crash (No UPI app found on device.) #157
Comments
What is the Android system version? |
happened with me also on android 11 in v3.0.3 |
Please help as still issues on 3.0.3 version |
happened with me also on android 12 in v3.0.3. Only Gpay is working. PayTm, PhonePay other apps not working. 2022-09-02 15:32:17.809 22260-22260/com.idragonpro.andmagnus E/PaymentUiActivity: No UPI app found on device. 2022-09-02 15:32:17.826 22260-22260/com.idragonpro.andmagnus E/AndroidRuntime: FATAL EXCEPTION: main |
we are facing this issue in all version.
if enter wrong upi pin then after back getting success response.
…On Fri, Sep 2, 2022 at 3:46 PM SuvarnaPBhadane ***@***.***> wrote:
happened with me also on android 12 in v3.0.3. Only Gpay is working.
PayTm, PhonePay other apps not working.
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIA3I6QLCYMPNN2YUVRYGKLV4HHX5ANCNFSM5WTGUWDQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Facing this crash on :No UPI app found on device. |
Any solution yet? I am trying to call these methods after bridging from react native. |
FATAL EXCEPTION: main
Process: com.payment.ammu, PID: 21361
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.payment.ammu/dev.shreyaspatil.easyupipayment.ui.PaymentUiActivity}: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app exists on this device to perform this transaction.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2913)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6669)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Caused by: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app exists on this device to perform this transaction.
at dev.shreyaspatil.easyupipayment.ui.PaymentUiActivity.throwOnAppNotFound$EasyUpiPayment_release(PaymentUiActivity.kt:128)
at dev.shreyaspatil.easyupipayment.ui.PaymentUiActivity.onCreate(PaymentUiActivity.kt:62)
at android.app.Activity.performCreate(Activity.java:7136)
at android.app.Activity.performCreate(Activity.java:7127)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2893)
The text was updated successfully, but these errors were encountered: