restoreCompletedTransactions broken?

前端 未结 7 1866
北荒
北荒 2020-12-11 00:29

Is restoreCompletedTransactions broken in SDK 4.3 ?

I am trying to restore my auto-renewable subscription. It is not resulting in callback to updatedTransactions. He

相关标签:
7条回答
  • 2020-12-11 01:13

    Two additional points which weren't mentioned here:

    1. If you are using Firebase make sure you add an observer before you initialize Firebase, https://firebase.google.com/docs/analytics/get-started?platform=ios
    2. Make sure that you call finishTransaction method while handling the purchase. You won't be able to restore not completed transactions.
    0 讨论(0)
提交回复
热议问题