razorpay / react-native-razorpay

React Native wrapper for Razorpay's mobile SDKs
https://www.npmjs.com/package/react-native-razorpay
MIT License
121 stars 107 forks source link

Turbo UPI not showing google pay #470

Closed vikasatappinlay closed 4 months ago

vikasatappinlay commented 4 months ago

Description

<key>LSApplicationQueriesSchemes</key>
    <array>
        <string>paytm</string>
        <string>phonepe</string>
        <string>paytmmp</string>
        <string>freecharge</string>
        <string>gpay</string>
        <string>lotza</string>
        <string>upi</string>
        <string>paypal</string>
        <string>whatsapp</string>
        <string>googlepay</string>
        <string>google_pay</string>
    </array>

i think we are not getting LSApplicationQueriesSchemes string for gpay. i have tried all possible string but still not getting

on call of Razorpay.getAppsWhichSupportUPI() working fine with android expected : it should return gpay for payment as paytm,phone pay

issue : it returns phone pay and paytm but not gpay

vivekshindhe commented 4 months ago

@vikasatappinlay the scheme for google pay is tez as mentioned here

vikasatappinlay commented 4 months ago

thank you @vivekshindhe

`LSApplicationQueriesSchemes

paytm phonepe paytmmp freecharge lotza upi paypal whatsapp tez `