-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
google pay is not available on this device (stripe react native). #607
Comments
Using latest version of the library, initGooglePay works fine for me on physical device: Huawei p30, Android 10.
ref: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#google-pay |
@Mukthaharshaik are you still seeing this issue? |
any idea on how can i resolve this problem on Expo sdk 44??. i already create the EAS dev-client too |
If you're using the dev client, then you can pull in |
After i pull latest version . min sdk and complilesdk 31 doesnt match with expo sdk 44 .any idea to solve this problem. Thank you in advance |
Please refer to this issue- #812 You'll either have to override those values in |
Oo ok thank you for your reply |
i have faced same issues but not getting any proper solution. |
I was also facing this issue, after spending couple of hours, I am able to find the solution |
Describe the bug
Whenever i call initGooglePay, It is saying - google play is not available on this device. I have installed googlepay in my mobile. I enabled gpay in manifestfile.xml.
To Reproduce
Steps to reproduce the behavior:
import {useStripe, initGooglePay,
presentGooglePay,
createGooglePayPaymentMethod, } from '@stripe/stripe-react-native';
===========================
const error = await initGooglePay({
testEnv: true,
merchantName: 'com.stripe_app',
countryCode: 'IN',
billingAddressConfig: {
format: 'FULL',
isPhoneNumberRequired: true,
isRequired: false,
},
existingPaymentMethodRequired: false,
isEmailRequired: true,
});
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: