UPI Deeplinking from IONIC to GooglePay does not work as expected
问题 We have developed an IONIC based mobile app to perform In-App payment using UPI. It uses IONIC Native Web Intent plugin. a. b. "@ionic-native/web-intent": "^4.14.0", This is shim layer for the Android intent mechanism and makes web intent call to BHIM/PhonePe/GooglePay It works well with all UPI apps like BHIM, PhonePe. But does not work with GooglePay, For some reason with same code , Google Pay returns NULL Intent to OnActivityResult() even though the UPI Payment is successful. I wrote