简体   繁体   English

iOS中的消耗品应用内购买

[英]consumable in-app-purchase in iOS

I have implemented consumable in-app purchase in my iPhone application.When user install and then uninstall the application, his purchases are maintained by my server. 我已经在我的iPhone应用程序中实现了消耗性应用程序内购买。当用户安装然后卸载该应用程序时,他的购买将由我的服务器维护。

So my question is that if I have to put restore purchases button in my application??? 所以我的问题是,如果我必须在应用程序中放置恢复购买按钮? Or it will ok that in-app purchases are handled by my server. 还是可以由我的服务器处理应用内购买。

My application is based on 1 year subscription plan. 我的申请基于1年的订阅计划。 After expiring the time period, it will again prompt buy add-on message. 时间段过后,它将再次提示购买附加消息。

1)No need to put restore purchases in your application. 1)无需在您的应用程序中放入恢复购买。 It ll only use in non consumable in-app. 它只能在非消耗性应用内使用。

And as you said subscription, than you have to use subscription in - app. 正如您所说的订阅,您必须在-app中使用订阅。 And in it you have to use it. 在其中,您必须使用它。 Below links will help you to restore in-app 1) Apple Documentation 2) stackOverflow 3) stackOverflow -2 下面的链接将帮助您还原应用内1) Apple文档 2) stackOverflow 3) stackOverflow -2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM