1

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 things correctly once the 2nd month's transaction has been generated and sent to my application.

rforte
  • 1,167
  • 1
  • 11
  • 21

1 Answers1

1

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

paymentQueue:updatedTransaction: will get called with SKPaymentTransactionStateRestored

Community
  • 1
  • 1
Rich
  • 532
  • 3
  • 17