Apple Pay Not Show On Real IOS Device #1445
Replies: 5 comments 5 replies
-
I would suggest to check out https://stripe.com/docs/apple-pay. you need to create a merchant certificate for apple and upload this to apple. For google you cannot process the payment when Google didn't approve you: see https://stripe.com/docs/google-pay for more instructions |
Beta Was this translation helpful? Give feedback.
-
Brother i have done all the implementation for apple pay as mentioned. Made
a certificate uploaded to stripe, generated a merchant identifier and added
to xcode and all left but it does not works in real device shows in ios
simulator
…On Thu, Oct 12, 2023, 12:29 AM Rémon ***@***.***> wrote:
I would suggest to check out https://stripe.com/docs/apple-pay. you need
to create a merchant certificate for apple and upload this to apple.
For google you cannot process the payment when Google didn't approve you:
see https://stripe.com/docs/google-pay for more instructions
—
Reply to this email directly, view it on GitHub
<#1445 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXXPY3NLHLKMEPZDMFNPCV3X63XQRANCNFSM6AAAAAA54PZUZM>
.
You are receiving this because you authored the thread.Message ID:
<flutter-stripe/flutter_stripe/repo-discussions/1445/comments/7256280@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Same issue here for iOS, I've done all the implementation/integration for Apple Pay. Apple pay: Card payment after I add the card: This happens on real devices, the simulator works fine |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem and finally resolved it,I encountered the correct answer here : https://stackoverflow.com/questions/43120587/apple-pay-works-on-simulator-but-not-on-device If you can see the apple pay option on your simulator and are confused about why it is not showing on a real device, then this answer is for you. Initially, you may not see the apple pay option on real devices because you may not have any cards added to the Wallet app. In this case, you have to follow Apple Pay - Sandbox Testing - Apple Developer and set up a sandbox account to test apple pay. Steps: 1 Go to https://appstoreconnect.apple.com/access/testers and add your tester account. Use a fresh email address that was not used with any Apple services. 2 From your iPhone, go to settings, sign out from your logged-in Apple ID, and log in to your new tester account. 3 Select your region, where apple pay is available. E.j. United States (If not already),This step is very important,This step is very important 4 Open the Wallet application and add a new card. In the first step of the document, there is a lot of test card information included 5 When successfully card added open your iOS app and you can see apple pay now. |
Beta Was this translation helpful? Give feedback.
-
I was using Riverpod for state management, but I encountered this issue with the Stripe integration. When I moved the Stripe-related code from the RiverPod state management to the widget itself, everything started working. |
Beta Was this translation helpful? Give feedback.
-
I am unable to see apple pay on real ios device but on jos simulator its working fine. I am using flutter platform and flutter_stripe package. I have completed all steps but still apple pay does not shows on real device
Please help me
Also i am unable to process google pay it says Merchant is having trouble accepting payments right now
@remonh87
Beta Was this translation helpful? Give feedback.
All reactions