'UPI deep link issue - iOS
This link is not working:
urlString = "upi://pay?pa=samplevpa@ybl&pn=Sample
Name&am=1&cu=INR".addingPercentEncoding(withAllowedCharacters:
.urlQueryAllowed)
It always opens the WhatsApp application.
How to use UPI deep link in iOS?
Solution 1:[1]
Make sure in your mobile there are multiple UPI supported app installed. If not already installed then install and try.
always opens the WhatsApp application
Because WhatsApp application introduces UPI-based payment feature and support to UPI deep linking.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Govinda Paliwal |