Is restore button necessary for Auto-renewable subscriptions?

旧街凉风 提交于 2019-12-19 04:45:28

问题


Exactly the same question as this one:

I understand that restore button is necessary so when user upgrades the phone, the user is able to get back the contents/services subscribed earlier. In our application we require users to login. Once they login, they have to subscribe to use the services of the application. From user's credentials we are keeping track that which users are still subscribed to our application. So when user changes the phone and logs in with his/her credentials there is no need for a restore button as we will verify at the time of login if this user is subscribed to our services or not.

From the forums and developer documents, its evident that I have to add a restore button but whats the sense here and where should I place the restore button as when the user logs in to a new device, he/she is already able to use the app with subscription? Thanks.


回答1:


We went for auto-renewable subscriptions in our application WITHOUT restore button and the application got accepted. All we did was, we presented a good case in the Review Notes specifying why we don't need a restore button whilst submitting the application and that was it.




回答2:


  1. If you are using Auto-renewing subscription you don't keep the "Restore" button Apple will reject your application .
  2. If User has purchased a product .Then that purchase is made to the apple id not by the user id.
  3. After login you can keep the Restore button.


来源:https://stackoverflow.com/questions/22524733/is-restore-button-necessary-for-auto-renewable-subscriptions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!