美文网首页
关于苹果iOS Non-Renewing Subscriptio

关于苹果iOS Non-Renewing Subscriptio

作者: StevenC | 来源:发表于2016-08-06 16:46 被阅读94次

    Non-Renewing Subscription

    Non-renewing subscriptions allow the sale of items with a limited duration. They are used for products that offer time-based access to static content.

    If you use non-renewing subscriptions, your app is responsible for delivering the subscription to all devices associated with the user’s Apple ID.

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

    这个意味着你需要有一套用户系统,记录用户的购买时间和过期时间。
    苹果服务器不会记录你的 Non-Renewing Subscription 的信息。
    且购买的行为事件只发送过一次。

    相关文章

      网友评论

          本文标题:关于苹果iOS Non-Renewing Subscriptio

          本文链接:https://www.haomeiwen.com/subject/kkiksttx.html