Question
Is it possible to have, in the same app, in-app purchases and Stripe?
Background
My app provides the user with a fitness / work-out plan and nutrition plan, all generated by a very complex algorithm, as well as access to recorded fitness classes
In my app I have 2 different cases:
Gyms and my company reach an agreement: People joining a gym that pay the monthly subscription through my app (e.g., access to the gym, fitness classes), and as apart of this membership, my app is provided by free. The gym provides them the log in credentials to this app so they can proceed to the payment. These users pay with Stripe because it is a 'physical good' (e.g., access to the gym) This case is already available and running in the app
All users: Now, as we are increasing our business, we want to open this app to all population, so that everyone can access to the digital service of work out and nutrition plans we offer. Because these service are, according to apple guidelines, required to be paid through in-app purchase, I need to include in-app purchase for all these users that download the app and register directly in the app after they download it (without being members of a gym)
Fitmewise developers team