Hi everyone,
I currently have a running iOS app that utilizes Apple's in-app purchases for subscription management. I'm planning to develop a web version of the app where users can sign up and purchase subscriptions using Stripe.
Users will be able to log in with the same credentials on both the web and iOS versions. However, the app version will not allow users to manage their subscriptions directly if the user was subscribed on the web version, and there will be no links or references to external payment methods in the iOS app.
I would like to ensure compliance with Apple's guidelines regarding payments. Can someone confirm if this setup adheres to the current policies? Specifically, I want to make sure that having a separate web-based payment system (Stripe for web) that is independent of the iOS app's payment system (Apple for in-app purchases) is permissible, as long as there are no direct links or references to the web-based payment system within the iOS app.
Thanks for your help!