ios – Inapp购买恢复消费品

我已经上传了一个没有webservices的应用程序,在我的应用程序中有一个选项,用户可以使用inapp购买购买硬币(耗材)并使用这些硬币来解锁新的水平.今天苹果拒绝了申请并发给我以下注意事项:

**

Your app uses intermediary currency (coins) to purchase items that
function as non-consumable products (unlocking levels) but does not
include a restore mechanism. Users restore transactions to maintain
access to content that they’ve already purchased.Please modify your
app to include an optional user registration feature that allows users
to restore their purchases to all of their iOS devices. We recommend
indicating that account registration is necessary to restore
previously purchased In-App Purchase products, and providing a way for
users to register later if they wish to access this content in the
future.

**

我怎么能解决这个问题,如前所述,我没有网络服务器,我不能使用网络服务,是否有办法解决这个问题并上传应用程序.

最佳答案 最后我通过在应用程序中添加登录屏幕并在parse.com中存储用户对象来修复它,当我使用inapp购买时,我将硬币计入Parse并在应用程序启动时检索它.感谢大家.

点赞