MKStoreKit 4.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论