0

ユーザーが 14 日間使用するアプリケーションを作成したいのですが、試用ベースで言うと、ユーザーがアプリを使い続ける場合、ユーザーは 1 回支払う必要があります。どうすればそれを達成できますか? また、どの製品タイプを使用すればよいですか? 「消耗品」、「非消耗品」、「自動更新サブスクリプション」、「無料サブスクリプション」、「非更新サブスクリプション」のどれを使用する必要がありますか。

ありがとう。

4

1 に答える 1

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.
于 2012-11-30T09:04:11.330 に答える