Hello !
I'm developping an app which allow logged in user to purchase digital goods. In my case, it's a fitness programm which can be bought for 1 month, with or without automatic renewal. The programm is a PDF the user can access to whithin the app. At this point, i know i'm forced to use to inAppPurchase payment method, but i want to avoid it regarding the 30% fees cut.
So my question is, if + the pdf i send a paper format of the programm to all my customer, can i use a 3rd party payment method (as i send physical support) ? (in my case i would use stripe).
If not, i already tried to link an external link to redirect user on a web app where they can subscribe to pragramms but my app has been rejected..So there is a way of providing external subscriptions without the use of IAP ?
Thanks !