菜鸟教程小白 发表于 2022-12-12 22:10:43

ios - 使用 storekit 设置不可更新订阅的到期日期


                                            <p><p>我正在为我的新应用程序编写一个不可更新的订阅模块。它包括1个月、3个月和6个月的订阅期。我不明白,如何使用 icloud 设置到期日期。任何帮助将不胜感激?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>对于<strong>Apple</strong>,非续订订阅没有“有效期内”。幸运或不幸的期限由开发人员决定。</p>

<p>订阅<code>有效期/到期日期</code>由开发者决定。</p>

<p>开发人员使用自己的服务器来跟踪非续订订阅的到期期限似乎很常见。 </p>

<p><strong>“因此,如果您使用 iCloud 进行恢复时,您应该必须在自己的服务器上管理到期日期...</strong>”</p>

<blockquote>
<p>Non-renewable subscriptions. Subscriptions that don’t involve
delivering episodic content. Examples include access to a database of
historic photos or a collection of flight maps. It’s your app’s
responsibility to make the subscription available on all of the user’s
devices and to let users restore the purchase. This product type is
often used when your users already have an account on your server that
you can use to identify them when restoring content. Expiration and
the duration of the subscription are also left to your app (or your
server) to implement and enforce. </p>

<p><a href="https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Products.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Products.html</a></p>
</blockquote>

<p>希望对你有帮助。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使用 storekit 设置不可更新订阅的到期日期,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/39573078/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/39573078/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使用 storekit 设置不可更新订阅的到期日期