-
Notifications
You must be signed in to change notification settings - Fork 81
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
Apple Pay is not working on iOS (Apple Pay from the Demo not working either) #316
Comments
Having the same issue with native iOS, works fine on iOS 16 simulator but Apple review team keeps rejecting the app stating:
I've added P.S: Followed all steps including merchant ID for Apple Pay along with including it in |
Also having the same issue. Am using createpayment Sheet. Apple Pay is set up and configured, so is PayPal. But the sheet appears only with card payment details. |
@polidario @ciccilleju @miraclemaker @rdlabo I was having the same issues. I dived into the Swift code in the plugin and it looks like iOS may have changed how it handles the window rootView. I made the following changes to Added to the top of the file below the imports.
Changed the following line of code in the
Hope this helps! |
Sorry to keep you waiting. Soon I will address this issue. |
Platform
Describe the bug
I'm currently working on application that needed Apple Pay. I've followed all the instructions including the ones from Stripe themselves (Certificates, Adding Domains, etc). And still the Apple Pay is not working. I've also tested the Demo website on our iPhone and no, it's also not working. So, my theory is there's something wrong with the plugin? Can someone else confirm that the demo for Apple Pay is working?
Expected behavior
The app should allow users to click the
create
andpresent
button for the ApplePayScreenshots
The text was updated successfully, but these errors were encountered: