这个按钮真的有必要吗?当我验证收据并发现有有效订阅时,它不是唯一说明订阅有效并且不需要运行恢复过程吗?或者在某些情况下无法确定用户是否有订阅,例如在其他设备上?
Best Answer-推荐答案 strong>
如果您提交应用时使用“应用内购买”但没有“恢复”按钮,您的应用将被拒绝。即使您有一个自制的检查并且没有看到按钮的目标,也可以添加它。
如果您尝试在没有恢复按钮的情况下提交它,您会收到来自 Apple 的拒绝消息:
We found that your app offers In-App Purchase/s that can be restored
but it does not include a "Restore" feature to allow users to restore
the previously purchased In-App Purchase/s.
To restore previously purchased In-App Purchase products, it would be
appropriate to provide a "Restore" button and initiate the restore
process when the "Restore" button is tapped.
不要玩 Apple 规则
关于ios - 我应该显示恢复订阅按钮吗?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/49737215/
|