在应用程序购买,产品与不同类型

时间:2012-11-29 14:00:10

标签: in-app-purchase in-app-billing

我想创建一个将被用户使用14天的应用程序让我们说试用,然后用户必须支付一次,如果他继续使用该应用程序,我该如何实现?我应该使用哪种产品类型?我应该使用“消费品”或“非消费品”或“自动续订订阅”或“免费订阅”或“非续订订阅”。

感谢。

1 个答案:

答案 0 :(得分:0)

我将使用非续订订阅,我在文档中找到了答案。

Non-Renewing Subscription allow the sale of services with a limited duration. 

Non-Renewing Subscriptions must be used for in-app purchases that offer time-based 
access to static content and are only available to iOS apps.
If you use non-renewing subscription, your app is responsible for delivering the
subscription to all the user's devices.

Because a non-renewing subscription requires a user to renew each time, your app 
must contain code that recognizes when the subscription is due to expire. It must 
also prompt the user to purchase a new subscription.