Hi,
So we’re trying to refresh our iOS receipts with Unity IAP, and calling the RefreshAppReceipt method of IAppleExtensions does, indeed, seem to give us a new base64 encoded string. However, when running that string through an ASN.1 decoder, it ends up with an identical ID in both the Transaction Identifier and Original Transaction Identifier fields, along with identical Purchase Date and Original Purchase Date, which Apple’s Documentation seems to indicate should differ between refreshes. We’re currently seeing this in the App Store sandbox, and is obviously trickier to test it with production purchases. Is there something unique in the sandbox environment in this regard.
Additionally, do we need to call RefreshReceipt manually before calling the RestoreTransaction Method of IAppleExtension, or does calling that refresh the receipts under the hood?
Further details:
Platform: iOS
Store Environment: Sandbox (Possibly a Sandbox only issue?)
Unity IAP Version: 1.10.0
Unity Version: 5.4.3f1