Apple pay in PaymentSheet not working iOS 16 emulator for version 5.0.0 #941
Unanswered
coodysk8er
asked this question in
Q&A
Replies: 2 comments
-
Can you confirm this behavior with the example app and server? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I confirmed it worked well on my iPhone 13 pro iOS 16, but not working on the emulator with the same setup |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
After choosing Apple pay and clicking "Pay", the PaymentSheet dismisses and displays again.
No exception can be caught. It works well with credit cards.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Apply payment confirmation should be displayed.
Smartphone / tablet
Additional context
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.2, on macOS 12.6 21G115 darwin-arm, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.71.1)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
• No issues found!
Related Code
Beta Was this translation helpful? Give feedback.
All reactions