In App Purchases Sandbox Testing - Old sandbox users keep prompting

前端 未结 1 1518
失恋的感觉
失恋的感觉 2021-01-11 23:54

I am working on an iphone game with in app purchases. I\'m trying to retrieve my sandbox user\'s previous purchases by calling restoreCompletedTransactions, but no callback

相关标签:
1条回答
  • 2021-01-12 00:26

    Once you add a transaction observer iOS will check the default Queue if there is any non completed transaction (which mean you didn't finish it) so it will show the alert box every time there is a transaction until you finish it even if you didn't do any action to add a new payment. so try to call finish transaction for all transactions which currently stuck on the queue.

    0 讨论(0)
提交回复
热议问题