paymentquue updatedTransactions: not called instead paymentQueueRestoreCompletedTransactionsFinished: calling

十年热恋 提交于 2019-12-11 03:38:35

问题


When I am restoringCompletedTransactions: by using the following scenario

[[SKPaymentQueue defaultQueue]addTransactionObserver:self];
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];

SKPaymentQueue Delegate not calling updatedTransactions: instead it's calling paymentQueueRestoreCompletedTransactionsFinished: does anybody know about this how to overcome.Let me know if you have any idea.

Thank You in Advance..


回答1:


Apple has listed here a couple reasons why this might fail.

One typical reason: make sure you always finish your transactions, even if they fail.




回答2:


Change your bundle ID like I said in comment. I requested support to Apple, they promised to look into it but it's been few months nobody contacted me.



来源:https://stackoverflow.com/questions/24753983/paymentquue-updatedtransactions-not-called-instead-paymentqueuerestorecompleted

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!