简体   繁体   中英

paymentquue updatedTransactions: not called instead paymentQueueRestoreCompletedTransactionsFinished: calling

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..

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM