MKStoreKit 4.0:如何检查自动续订订阅是否已续订?

发布于 2024-11-29 21:39:00 字数 425 浏览 2 评论 0原文

我正在使用 MKStoreKit 4.0 在我的应用程序中实现自动续订订阅,我可以正常购买订阅,但无法成功测试自动续订。这就是我正在做的事情:

  • 我在应用程序启动时初始化 MKStoreManager。

  • 每当用户要访问需要订阅的功能时,我都会调用相应订阅类型的 isSubscriptionActive: 方法。

我的问题是:

1)这是使用 MKStoreKit 进行自动更新的有效方法吗? (如果不是我该怎么办?) 2) 有没有人成功使用 MKSToreKit 自动更新订阅,如果是的话,如何使用?

预先感谢您的任何帮助。

PS - 我曾考虑过使用恢复购买,但这需要用户进行密码身份验证,并且表明每次应用程序检查订阅状态都会违背自动续订订阅的目的。

I'm using MKStoreKit 4.0 to implement auto-renewable subscriptions in my app and I am able to purchase subscriptions fine but can't get auto-renewal to be successfully tested. This is what I'm doing:

  • I initialize MKStoreManager at the start of the app.

  • Whenever the the user is about to access a feature that requires a subscription I call the isSubscriptionActive: method for the corresponding subscription type.

My questions are:

1) Is this a valid way to use MKStoreKit for auto-renewables? (If not how should I do it?)
2) Has anyone successfully used auto-renewable subscriptions with MKSToreKit and if so how?

Thanks in advance for any help.

P.S. - I've thought of using restore purchases but that would require a password authentication from the user and showing that every time the app checks for subscription status would defeat the purpose of auto-renewable subscriptions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文