1

我已经在 Apple App Store 上上传了一个应用程序。现在我在购买这个应用程序时正在测试它的更新版本,它工作正常,但是当我尝试恢复时,我收到了这个错误。

May 30 16:30:47 Altafs-iPa pandamath[909] <Warning>: Loading product list
May 30 16:30:47 Altafs-iPa pandamath[909] <Warning>: Product list loaded
May 30 16:30:47 Altafs-iPa pandamath[909] <Warning>: Country: IN
May 30 16:30:47 Altafs-iPa pandamath[909] <Warning>: Found 0 valid items 
May 30 16:30:47 Altafs-iPa pandamath[909] <Warning>: Item com.tinytapps.pandamath.fullpack is invalid. 
4

1 回答 1

1

如果你使用

store.restore()

用于恢复和

if event.transaction.state == "restored" then

end

阻止您的事务回调,应该没有任何问题。

于 2013-05-30T12:30:18.740 回答