-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
canMakeNativePayPayments return false in production #155
Comments
Feel free to open the project in Xcode and debug this line: |
I test print(await StripePayment.canMakeNativePayPayments([])); Display always false, despite of the fact that I can pay with google pay with this device with my app :). In which valid use case device could return "deviceSupportsNativePay: true" and "canMakeNativePayPayments: false" ? I didn't known how debug it with android studio... |
For others out there: I added Noticed it in this issue: #179. I assume |
I'm having this issue as well, but not really sure why it's happening. Here is the "networks" I'm using: It was working fine before, but we needed to upgrade from |
Ooook, so follow up in case it helps anyone else. The issue for us was the "Apple Pay Entitlement". We had set it up before but had to re-create the iOS project in the aforementioned updates and in so doing that entitlement did NOT get re-set... added it and the merchant id and BOOM works again! |
I've got this piece of code in my app
It works in Sandbox mode but returns false in production despite having supported cards in my Apple Wallet.
I'm currently using version
1.0.7
of this package.Output of
flutter doctor -v
The text was updated successfully, but these errors were encountered: