2

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?

Patrick Mevzek
  • 10,995
  • 16
  • 38
  • 54
  • Because WhatsApp locked your UPI linking....try uninstall WhatsApp or install BHIM solved the problem for me. – Died Jan 15 '21 at 04:31
  • How can they do it? Isn't it an OS dependent feature? – Jikku Jose Oct 27 '21 at 18:02
  • https://stackoverflow.com/questions/61207671/upi-integration-using-deeplinking-in-ios – iamsmkr Jun 02 '22 at 14:54
  • https://stackoverflow.com/questions/65273125/invoking-upi-apps-from-my-react-native-app-works-in-ios-but-not-in-android/67168090#67168090 – iamsmkr Jun 02 '22 at 14:54

1 Answers1

0

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.

Govinda P
  • 3,261
  • 5
  • 22
  • 43