Currently I am working on implementing a universal iOS app, which features basic and premium subscriptions. A user can signup and subscribe using website console. Some of the features in iOS app are applicable to premium subscribed user. In case of basic subscribed user tries to access those features we showing an alert saying "Please subscribe to premium subscription". Other than this no where we are providing external links in the app. This iOS app will be a paid application.
I have few querys related to this iOS app.
- Does Apple allow to collect the subscription amount out side the iOS app ( without using IAP ) like I mentioned above?
- In future if we include signup functionality in iOS app and collecting subscription amount using external payment gateways ( without using IAP ). Does Apple allow to do this?