开发者

Testing iOS recurring subscription purchases

开发者 https://www.devze.com 2023-02-16 00:48 出处:网络
Does anyone know how to test subsequent subscription notifications from StoreKit with recurring subscriptions?I\'ve tested that the first purchase works correctly but I want to test that I\'m handling

Does anyone know how to test subsequent subscription notifications from StoreKit with recurring subscriptions? I've tested that the first purchase works correctly but I want to test that I'm handling th开发者_JAVA技巧ings correctly once the 2nd month's transaction has been generated and sent to my application.


I found the answer here: Do auto-renewable subscriptions send an SKPaymentTransactionStatePurchased transaction when they auto-renew?

paymentQueue:updatedTransaction: will get called with SKPaymentTransactionStateRestored

0

精彩评论

暂无评论...
验证码 换一张
取 消