Search code examples
iosiphonesubscriptions

Should I check iTunes Store subscription before App login or after?


In a case with iOS app only available via subscription should the user first see app login (my backend auth) and then requested to pay for subscription via iTunes Store or vice versa?


Solution

  • The subscription should be linked to the login, so during the registration process they are required to purchase the subscription. However, make it clear to the user that a subscription is required.