SKPaymentTransactionStateRestored doesn't get called when In App purchase is being restored

前端 未结 4 1269
抹茶落季
抹茶落季 2021-02-15 11:09

In my In App purchase the case SKPaymentTransactionStateRestored: method does not get called when the purchase is restored, instead, case SKPaymentTransaction

4条回答
  •  长情又很酷
    2021-02-15 11:29

    You can implement paymentQueueRestoreCompletedTransactionsFinished: to determine if a restore was finished:

    http://developer.apple.com/library/ios/#documentation/StoreKit/Reference/SKPaymentTransactionObserver_Protocol/Reference/Reference.html

提交回复
热议问题