Redeemed promo codes not included in updateTransaction

非 Y 不嫁゛ 提交于 2020-01-12 07:49:09

问题


I have an application that integrates In-App Purchases. The in-app purchasing functionality in general works as expected for purchases that occur in app, and is also fully tested to work for purchases initiated in the app store (tested using "itms-services://?action=....")

I am enabling my IAPService as soon as the app is launched in the AppDelegate, and it is correctly calling updateTransaction as expected, but....

When I redeem a promo code it does not arrive in updateTransactions. It does contain other purchases that I have made, but no mention of anything redeemed through the promo code (despite getting a lovely message on the AppStore stating the redemption was a success). In fact, it never arrives from any other subsequent launch, or even if I subsequently call:

SKPaymentQueue.default().restoreCompletedTransactions()

Any idea where I am going wrong? I have submitted a bug report to Apple in case it is something on their side but I am not holding my breath!

来源:https://stackoverflow.com/questions/57772095/redeemed-promo-codes-not-included-in-updatetransaction

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!