Posts

Post not yet marked as solved
8 Replies
"For a normal renewal which is successful before the subscription actually expires, validate the appStoreReceipt and check the contents of the latest_receipt_info to verify that there is an auto-renewing subscription in-app purchase item where the expires-date is later than the current date."How would we get the updated receipt? You mentioned above "If the renewal is successful, there is no server-to server notification", so we would not get a server notification to update the receipt.How would we be able to check the latest_receipt_info in that case?Are you implying that by storing the original receipt, we will be able to automatically get new expires-date if the renewal was successful?