stripe-ios icon indicating copy to clipboard operation
stripe-ios copied to clipboard

Inherit SDK Apple payment pop-up window does not appear

Open fangshiqi-start opened this issue 2 years ago • 1 comments

https://stripe.com/docs/apple-pay?platform=ios

When I integrate the SDK according to the above documents, whether it is swift language or Object-C language, stripeapi The return value of devicesupportsapplepay() is false, and the payment pop-up window cannot pop up. I'm sorry that I use native Apple pay in the current project. It's normal and can pop up the payment pop-up window,

fangshiqi-start avatar Mar 02 '22 12:03 fangshiqi-start

Hello @fangshiqi-start, thanks for filing this! This sounds like your app's Apple Pay entitlements may not be set up correctly or your device doesn't support Apple Pay, but it may also be a bug in our SDK. What happens when you call PKPaymentAuthorizationController.canMakePayments(usingNetworks [.visa]) directly?

davidme-stripe avatar Mar 23 '22 22:03 davidme-stripe

Closing due to inactivity

sfriedman-stripe avatar Dec 24 '23 06:12 sfriedman-stripe