iOS6 - In app purchase with download from Apple server

后端 未结 1 1421
一向
一向 2021-01-24 11:52

I\'m able to successfully make the inapp purchase and download the content from Apple server and use it.
My In app purchase content is non-consumable. And so I\'m providing

相关标签:
1条回答
  • 2021-01-24 12:13

    You probably do not observe transaction queue. Make sure you have

    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
    

    somewhere before you call restoreCompletedTransactions method

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