2012-11-29 66 views
0

我想创建一个应用程序,将被用户使用14天,可以说在试用的基础上,然后用户必须支付一次,如果他继续使用该应用程序,怎么可以我做到了吗?以及我应该使用哪种产品类型?我应该使用'消费品'还是'非消费品'或'自动更新订阅'或'免费订阅'或'不更新订阅'。在应用程序购买,不同类型的产品

谢谢。

回答

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. 
相关问题