EasyUpiPayment-Android icon indicating copy to clipboard operation
EasyUpiPayment-Android copied to clipboard

App Crash (No UPI app found on device.)

Open arjunpatel1 opened this issue 2 years ago • 7 comments

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)

arjunpatel1 avatar May 22 '22 10:05 arjunpatel1

What is the Android system version?

HeroKince avatar Jul 06 '22 10:07 HeroKince

happened with me also on android 11 in v3.0.3

AbhinavChauhan97 avatar Jul 19 '22 11:07 AbhinavChauhan97

Please help as still issues on 3.0.3 version AndroidRuntime: FATAL EXCEPTION: main Process: com.upidemo, PID: 8623 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.upidemo/dev.shreyaspatil.easyupipayment.ui.PaymentUiActivity}: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app with package name 'net.one97.paytm' exists on this device to perform this transaction. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3313) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3460) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2048) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7438) 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:989) Caused by: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app with package name 'net.one97.paytm' 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:7803) at android.app.Activity.performCreate(Activity.java:7792) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1306) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3288) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3460)  at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)  at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)  at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2048) 

harshadkanziya-in avatar Jul 19 '22 14:07 harshadkanziya-in

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 Process: com.idragonpro.andmagnus, PID: 22260 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.idragonpro.andmagnus/dev.shreyaspatil.easyupipayment.ui.PaymentUiActivity}: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app with package name 'com.phonepe.app' exists on this device to perform this transaction. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3810) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3972) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:109) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2374) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:233) at android.os.Looper.loop(Looper.java:344) at android.app.ActivityThread.main(ActivityThread.java:8223) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:589) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1071) Caused by: dev.shreyaspatil.easyupipayment.exception.AppNotFoundException: No UPI app with package name 'com.phonepe.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:8130) at android.app.Activity.performCreate(Activity.java:8110) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1343) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3779)

SuvarnaPBhadane avatar Sep 02 '22 10:09 SuvarnaPBhadane

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 https://github.com/PatilShreyas/EasyUpiPayment-Android/issues/157#issuecomment-1235323437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIA3I6QLCYMPNN2YUVRYGKLV4HHX5ANCNFSM5WTGUWDQ . You are receiving this because you authored the thread.Message ID: @.***>

arjunpatel1 avatar Sep 03 '22 05:09 arjunpatel1

Facing this crash on :No UPI app found on device. is there any way i can fix this?

Rohitbagul003 avatar Sep 21 '23 08:09 Rohitbagul003

Any solution yet? I am trying to call these methods after bridging from react native.

yesarpit avatar Oct 18 '23 16:10 yesarpit