Hello.
Working on the back-end subscriptions management we are using https://buy.itunes.apple.com/verifyReceipt API to retrieve a user subscriptions by receipt token. Validating the correctness of the system functionality we found a few receipts which allegedly have the same transaction but with different transaction id. Our logic is based on the transaction id and this behaviour messes our data integrity.
Please clarify what are the scenarios when the same transaction have different ids, I send the sample of the receipt to demonstrate the problem.
you can notice the "transactionid": "500000676561348", doesn't appear in the latestreceipt_info with the mentioned id but the id has been changed to 500000676561347
Thanks in advance
Working on the back-end subscriptions management we are using https://buy.itunes.apple.com/verifyReceipt API to retrieve a user subscriptions by receipt token. Validating the correctness of the system functionality we found a few receipts which allegedly have the same transaction but with different transaction id. Our logic is based on the transaction id and this behaviour messes our data integrity.
Please clarify what are the scenarios when the same transaction have different ids, I send the sample of the receipt to demonstrate the problem.
you can notice the "transactionid": "500000676561348", doesn't appear in the latestreceipt_info with the mentioned id but the id has been changed to 500000676561347
Thanks in advance