capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestFlight IOs

egasystems opened this issue · comments

Platform

  • [X ] iOS

Describe the bug
It works for me compiling directly on my iPhone, when I go to production and download through testFlight it does not send me the sheet I see that this Stripe.addListener(ApplePayEventsEnum.Loaded) is activated. Could you tell me if there is any additional configuration to upload this to prod with Apple pay

Screenshots
WhatsApp Image 2024-03-16 at 9 14 07 PM
image

Using Function:

  • [ X] Apple Pay

I confirm this behaviour, the apple payment sheet opens on simulator or on a device directly compiled from xcode, but does not on testflight.

the result of presentApplePay() is directly {paymentResult: ApplePayEventsEnum.Canceled} without user's interaction

I was able to make it work, I think the problem is that puglin creates the debug entitlements and not the prod ones, just add them

I have it working, thanks

@egasystems Thanks good advice!! You resolved this issue!