问题
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