Home > Software engineering >  App subscription with Stripe SDK instead of Apple
App subscription with Stripe SDK instead of Apple

Time:12-15

I want to implement a subscription into my app for more premium ussrs to active more analytics or features.

The app is build using Expo so using the Stripe React Native SDK would be the best solution.

But will this be allowex by apple to use Stripe instead of Apple In App Purchase API?

CodePudding user response:

If you're selling something (like your App or a service), you need to use in-app purchases. However, if you're selling goods, you can use a service like Stripe.

  • Related