Hi,
In the following scenario :
- User purchases an auto-renewable subscription (ex: 1 month) for a premium access
- User cancels the subscription but still has premium access until it expires
- When expired, the user purchases the subscription again
--> I receive a .restored transaction state in the paymentQueue updated transactions (sandbox environment)
I was expecting a .purchased instead.
The problem is that in that case, there is no call to paymentQueueRestoreCompletedTransactionsFinished(_: SKPaymentQueue)
How should I handle this case properly?
Thank you!