-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS Upi Integration not working #41
Comments
Please use the bug template and add your code sample etc. to understand your issue. Please note that all of us are volunteers and cannot put time in debugging your issue with such little information. There is a reason the bug template is provided - to help you and us the maintainers - to be able to solve things fast. |
Today I looked at one of my apps that use this package. Things work fine. The error message mentioned by you - "This app is not allowed to query for scheme upi" - occurs when you have not added the custom schemes to your app's Info.plist. The instructions on how to do that are part of README.md. |
Hi LSApplicationQueriesSchemes
Currently the android version also not working showing security reason while doing the transaction attaching the screen shot currently getting error in android using phone pe |
For IOS: you need to have the custom scheme For Android: for the security issue, please see the README section https://github.com/drenther/upi_pay#upi-apps-functional-status-dynamics and #38 |
Closing this issue since the scenarios are already documented in the README of the repo. Thanks @reeteshranjan for pointing it out. |
Is #38 relevant and important for you? If yes, could you please respond to my twitter thread with UPI and NPCI handles included in your response asking how these must be solved and how it helps you? https://twitter.com/reeteshr08/status/1488746633068089345 |
Have any get the ios implementation currently am getting the below error while implementing it on ios
-canOpenURL: failed for URL: "upi://pay?pa=q148166757@ybl&pn=PumQi&tr=a383c568-21a5-4ca0-9bd2-f774c80c25ee20210903210018&tn=PumQi%20Food%20Payment%20of%20Mr%2FMsMohammed%20Basheer%20PT&am=130&cu=INR&url=http%3A%2F%2Fwww.pumqi.com" - error: "This app is not allowed to query for scheme upi"
The text was updated successfully, but these errors were encountered: