Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

No UPI app found on device. #133

Open
katesaikishore opened this issue Sep 15, 2021 · 2 comments
Open

No UPI app found on device. #133

katesaikishore opened this issue Sep 15, 2021 · 2 comments

Comments

@katesaikishore
Copy link

I have installed Paytm, phonepe, and google pay Non of the app is recognizing.

When I only try to use payment.PHONE_PE it says

No UPI app with package name 'com.phonepe.app' exists on this device to perform this transaction.
I have read the previous issues but didn't found the solution please look into it

Android 6.0
Package version 3.0.3

Code I have used

        EasyUpiPayment.Builder builder = new EasyUpiPayment.Builder(this)
                .setPayeeVpa("example@vpa")
                .setPayeeName("Narendra Modi")
                .setPayeeMerchantCode("12345")
                .setTransactionId("T2020090212345")
                .setTransactionRefId("T2020090212345")
                .setDescription("Description")
                .setAmount("101.00");

        try {
            EasyUpiPayment easyUpiPayment = builder.with(PaymentApp.ALL).build();
            easyUpiPayment.setPaymentStatusListener(this);
            easyUpiPayment.startPayment();
        } catch (AppNotFoundException e) {
            e.printStackTrace();
            Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show();
        }
@chandkiransingh
Copy link

I am having this same issue in MI devices only

@pareshgami
Copy link

I have same issue with samsung device.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants