In my app, I would like users to buy a subscription for Backup, Sync, and more.
so I found out that Apple offer two kinds of subscription IAP:
- Non Renewable Subscription
- Auto Renewable Subscription
which should I use, given that I don't have a server, and I rely on iCloud for the sync?
I don't know much about this, but I think it is quite difficult to get Apple to accept an auto-renewable subscription for anything but Newsstand apps. For other use cases, I think they prefer you to adopt the non-renewable subscription.
You could also consider a one time payment to 'unlock' the feature, rather than a subscription, since you aren't actually paying any ongoing costs (e.g. storing data).