#Ardrit
1 messages · Page 1 of 1 (latest)
Hi there!
Hello soma 😄
If I understand your question correctly, we have an article about this: https://support.stripe.com/questions/apple-pay-or-in-app-purchases-for-mobile-application-payments
Yup the problem is: we have implemented stripe for our react native in app subscriptions through payment sheet
inside the app
turns out that apple does not allow that
i was thinking if we implement the checkout session, which would be outside the app. Would apple allow this?
Technically you can use the PaymentSheet or Checkout Session inside native apps. But you need to follow Apple's guidelines, which we are not very familiar with. Based on the article I linked earlier:
In-App Purchases should be used to sell virtual goods such as premium content for your app and subscriptions for digital content.
If you are in this category, then you need to use In-App Purchases and not Stripe.