You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may want to modify some of your code (especially if it's Subscriptions only (without 1 time IAP) but ongoing subscriptions; Notably the markProductAsPurchased in the example.
The text was updated successfully, but these errors were encountered:
How do you activate the subscription again after it has expired?
After checking all the expired receipts if I call purchaseProduct I end up in the transactionState listener case TRANSACTION_STATE_PURCHASED with all the expired receipts. I cannot reprocess the payment to restart the new subscription.
For example I purchase monthly subscription and after two months I cancel. Once the period is over how do I restart a new subscription?
You may want to modify some of your code (especially if it's Subscriptions only (without 1 time IAP) but ongoing subscriptions; Notably the
markProductAsPurchased
in the example.The text was updated successfully, but these errors were encountered: