Search code examples
iosreact-nativein-app-purchase

React native in app pucrchase subscription with apple pay


Due to recent changes, Apple is not accepting Stripe as a vendor for In-app purchases. I'm trying to implement an In-App purchase with expo-in-app-purchases but not being able to have the payment show Apple pay.

Is there any instruction on how I can allow apple pay using expo-in-app-purchases ?


Solution

  • During the last interaction, I've removed the merchantId from xcode , and push a new build only with in-app-purchase. Apple submission were approved and I no longer have this issue.