You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the official PhonePe PG Android Demo from the official GitHub repository. I entered my production MID and key, but I am still getting the APP_NOT_INSTALLED error. This happens regardless of whether I use PhonePeEnvironment.RELEASE or PhonePeEnvironment.SANDBOX
Logs:
2025-01-31 21:32:41.637 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions I getUserInstruments called 2025-01-31 21:32:41.642 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions I pre-checks failed with APP_NOT_INSTALLED 2025-01-31 21:32:41.642 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions
Steps to Reproduce:
Clone the official [PhonePe PG Android Demo repo](https://github.com/PhonePe/phonepe-pg-android-demo.git).
Enter production MID and key in the demo app.
Call the PhonePe payment API using PhonePeEnvironment.RELEASE and PhonePeEnvironment.SANDBOX.
Observe the APP_NOT_INSTALLED error.
Expected Behavior:
The transaction should proceed without the APP_NOT_INSTALLED error, as the PhonePe app is installed on the device.
Environment:
PhonePe SDK version: 5.0.1
PhonePe app version: 25.01.10.0
Device: Oneplus Nord CE2(Tested on physical device)
PhonePe Environment: PhonePeEnvironment.RELEASE and PhonePeEnvironment.SANDBOX
I have tested the app on multiple devices and ensured the PhonePe app is installed. I also tried both the sandbox and production environments, but the issue persists.
The text was updated successfully, but these errors were encountered:
I cloned the official PhonePe PG Android Demo from the official GitHub repository. I entered my production MID and key, but I am still getting the APP_NOT_INSTALLED error. This happens regardless of whether I use PhonePeEnvironment.RELEASE or PhonePeEnvironment.SANDBOX
Logs:
2025-01-31 21:32:41.637 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions I getUserInstruments called 2025-01-31 21:32:41.642 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions I pre-checks failed with APP_NOT_INSTALLED 2025-01-31 21:32:41.642 10217-10217 PhonePeUserAccount_PPE com.example.phonepeoptions
Steps to Reproduce:
Expected Behavior:
The transaction should proceed without the APP_NOT_INSTALLED error, as the PhonePe app is installed on the device.
Environment:
I have tested the app on multiple devices and ensured the PhonePe app is installed. I also tried both the sandbox and production environments, but the issue persists.
The text was updated successfully, but these errors were encountered: