2
2 Comments

In App Purchases - Subscriptions without Account

In app purchases question, probably more for an iOS developer…
does my app need some kind of account system in place(firebase, or whatever) to allow for a subscription model for my app. or can i have a no account app that simply has a "Subscribe" button that triggers apples IAP system. and then my app would simply save in the app that the user is a subscribed user, and unlock certain features.
i have an app that runs all on core data, i’d like to not have to have users create an account, but i’d like to offer more features if they subscribe via apples IAP subscription option.
if not then they can just use the app as-is, no account but limited features

on September 16, 2020
  1. 1

    Hey! You have described my subscribe UX. My users do not create accounts, their data is stored locally. I have an annual subscription paywall.

    Feel free to checkout my app in my profile, and please send me an email if you'd like a promo code to unlock it. Happy to help however I can :)

    1. 1

      fantastic, i thought that was the case, but figured i'd validate before jumping into development