Support user purchased the iOS Auto-Renewable Subscriptions on 1st Jan, and valid for 1 month
Today is 1st Feb, user has not cancelled the subscriptions,
Shall my backend server use the old receipt-data (during the 1st purchase) to validate the purchase from Apple so to extends the subscription?
1
votes
1 Answers
2
votes
Yes. You should use the original receipt, or any other receipt you have stored, that is from that user and relates to this specific subscription. During verification, Apple will send you the latest receipt for that subscription. You could store that new receipt and use that to validate the subscription in the future. But you can also just keep on using that original receipt to verify an account.