为什么在恢复中断的 IAP 恢复后不调用 paymentQueueRestoreCompletedTransactionsFinished?

发布于 2024-12-13 14:44:10 字数 717 浏览 0 评论 0原文

我的恢复实施似乎基本有效。

从 paymentQueue:updatedTransactions: 中,我使用模态活动指示器阻止 UI,为每个恢复的交易向我们的服务器发出请求,获取响应,告诉我相应(非消耗性)项目的 id被下载。我关闭交易。最后,paymentQueueRestoreCompletedTransactionsFinishedrestoreCompletedTransactionsFailedWithError: 是我删除活动指示器的提示,如果需要的话。开始下载。到目前为止,一切都很好。有用。

如果恢复过程被中断(应用程序退出),当应用程序再次启动时, paymentQueue:updatedTransactions: 仍然可以正常工作,但我没有收到 paymentQueueRestoreCompletedTransactionsFinished 事件。因此,我错过了删除活动指示器并开始下载的提示。

有人知道这可能是什么原因造成的吗?

我的解决方法是完全忽略 paymentQueueRestoreCompletedTransactionsFinished ,而是使用 paymentQueue:removedTransactions: 来跟踪队列中的项目数量,当没有更多项目时采取相应的操作。尽管确实提供了显示更多信息的进度消息的选项,但我觉得这并不是特别优雅。

My restore implementation appears to be basically working.

From paymentQueue:updatedTransactions: I block the UI with a modal activity indicator, fire off requests to our server for each restored transaction, get responses back telling me the id of the respective (non-consumable) item to be downloaded. I close the transaction. Finally, paymentQueueRestoreCompletedTransactionsFinished or restoreCompletedTransactionsFailedWithError: is my cue to remove the activity indicator and if nec. to start downloading. So far so good. It works.

If the restore process is interrupted (app exits), paymentQueue:updatedTransactions: is still doing it's job fine when the app is started up again but I'm not getting the paymentQueueRestoreCompletedTransactionsFinished event. Thus, I'm missing the cue to remove the activity indicator and start downloading.

Anybody know what could be causing this?

My workaround is to ignore paymentQueueRestoreCompletedTransactionsFinished altogether and instead use paymentQueue:removedTransactions: to track the number of items in the queue, act ing accordingly when no more items. Doesn't strike me as particularly elegant, although does open up the option of displaying a more informative progress message.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文