I have this iOS app with dynamic content
and a new requirement that it should have short-time (bellow 7 days) subscriptions.
Since minimum subscription time for auto-renewable subscription is 7 days i guess i can only go with non-renewable subscriptions.
Question:
-
Is it okay to have non-renewable subscriptions for dynamic content? I’m confused by
“For static services or service access, you should use Non-Renewing
Subscriptions.”quote from iTunesConnect Developer Guide. My app provides dynamic, not static services.
-
Is there any requirement on minimum time i can set for a subscription? Like, can i set say 6 hours for a subscription? I can do anything of course, but Apple may not approve.
Apple had no problem with using non-renewable subscriptions for dynamic content, nor with non-specified times of subscriptions.