iOS 应用内购买订阅 - 更改 appleid
我的应用程序没有登录功能。因此,它没有自己的用户系统。 当用户在我的应用中购买订阅时,他会在iPhone设置中更改他的Apple ID。我的应用如何知道用户更改他的Apple ID,并且不赋予他查看购买内容的权利?
My app has not login function. So it does not has it's own user system.
When user buy a subscription in My app, then he changes his apple id in iPhone's setting. How my app know user change his apple id and does not give him rights to view purchased content?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的解决方案:
每次进入应用程序,刷新收据,然后验证收据。
My solution:
EveryTime enter app, refresh receipt, then vertify the receipt.