Is it possible to share ONE In-App purchase between TWO Apps?

為{幸葍}努か 提交于 2019-12-12 12:51:55

问题


I have a product that has two different build, one for iPhone, and another one for iPad.

Is it possible to unlock features via In-App purchase in both with make the playement once from one of them?


回答1:


You cannot use the same ID, howerver, you can manage information about which purchases have been made by which users on your own server, and update that information every time a user buys something. You just have to check on that server which purchases have been made.



来源:https://stackoverflow.com/questions/7740166/is-it-possible-to-share-one-in-app-purchase-between-two-apps

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