i have a news reader app. i want to add IAP to my app. i added Consumable Purchase. when the user purchases i write expire date to nsuserdefaults. when it expires i show purchase screen again.
but apple rejected it, it says: However, based on product functionality, it would be more appropriate to use the Subscription In App Purchase type because the service offered by your application requires the user to make an advance payment to access the content or receive the service. ... Subscription content must be made available to all iOS devices owned by a single user, as indicated in Guideline 11.6 of the App Store Review Guidelines: ....
first i tried to use Auto-Renewable Subscription, but my app doesn't have any content to be downloaded. then i tried to implement Non-Renewing subscription. but people say that it is deprecated. i want to allow users who buyed app to use it on other devices too. but i can't get AppleId (Apple doesn't allow it either). I'm really stucked.
how can i add monthly subscription to my app?
can anyone give me some advice...