我已在应用程序中集成了应用内购买,并在我的设备上进行了测试。它运作正常。 但是当我在iTunes商店上传二进制文件时,由于这个原因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."
我无法理解实际问题是什么。
答案 0 :(得分:3)
你偶然使用MKStoreKit吗?我是,并收到同样的拒绝消息。
要解决此问题,我添加了一个“恢复应用内购买”按钮,并调用restorePreviousTransactionsOnComplete:onError:
,以便用户恢复之前购买的任何IAP。