"Daily Pass" as an In-App-Purchase
We are currently in preparation for an iPhone app for a local newspaper. In a few weeks the newspaper will be implementing paid premium content on its website alongside free content. It's planned that there will be several ways to purchase this content:
- Single article
- Daily subscription
- Monthly subscription
- Yearly subscription
A registered user should also be allowed to access the same content inside the iPhone app. Now we have several questions regarding this system:
Since all content purchased outside of the app needs also to be available as In-App-Purchase do we need to have all 4 subscription methods as In-App (article/daily/monthly/yearly)? Or can we skip some of these? (The single arti开发者_如何转开发cle would cost approx. 20c which is not possible with in app).
Is it even possible to have a daily subscription since Apple states that the shortest subscription time is 7 days?
Can the daily subscription be solved as a consumable? Is it allowed that a consumable expires after a period of time (i.e. 24h)?
The answer to your first question is, "Talk to a lawyer if you want an answer you can bank on." The second and third questions, no it's not. However, you can have daily consumables, if you so choose.
It is not possible to do daily subscriptions to iOS apps, as you must choose from one of the following durations (citation):
- 7 days
- 1 month
- 2 months
- 3 months
- 6 months
- 1 year
However, if you offer daily subscriptions via another platform you can always honor the daily subscriptions in your iOS app.
精彩评论