i have requirement implement monthly subscription plans radio channels in iphone app. these radio channels creating admin through web backend. channels have own unlock price. , also, admin can add channels dynamically. so, first question
- how implement non-renewal subscription in-app purchase kind of products set? need manually add product in itunesconnect, each time system admin add new channel? if that, have submit app update new in-app products?
my second question is,
- can implement subscription plans without using itunesconnect in-app purchases? apple reject app if use third party mechanism implement subscriptions?
other issue, facing app going on android platform also, in case, if user subscribe channel, he/she should able use subscription on platform he/she uses.
your thoughts , suggestions highly appreciated.
you don't need upload new application on apple store every time. can fetch product dynamically using store kit api. can manage view accordingly.
yes, apple reject application. more info refer in app purchase policy section
for android, can store expiration date in backend database, can use check on other platform. android have alternative in app purchase called in app billing, can use in android.