#alex-apple-iap
1 messages · Page 1 of 1 (latest)
@dense umbra can you clarify what you mean by "not compatible" exactly?
Of course, I actually use the Stripe SDK in my app but it's for a subscription system so Apple don't want me to use the Stripe SDK but the In-App Purchase storekit. I searched and only found this react native module to work with the Apple Store kit "react-native-iap"
But I don't know if I can work with this module and the stripe SDK
The update of my application is refused because of this
I'm really sorry I don't understand your question unfortunately. Apple has strict rules as to when you can use Stripe or any third-party payment provider in your iOS app. We document the logic at https://stripe.com/docs/apple-pay?platform=ios#using-stripe-and-apple-pay-versus-in-app-purchases
So if your app doesn't meet those requirements, you can not use Stripe at all or our SDKs. You have to use IAP from apple which we have no control over and can't really help with