In Apple's documentation the transactionDate
is:
The date the transaction was added to the App Store’s payment queue. (read-only)
I just want to clarify what the transactionDate will be in the following case:
- purchased something at time T1 (transactionDate is T1?)
- restored purchase at time T2 (transactionDate is T2 or T1?)
- originalTransaction of restored transaction, is its transactionDate T1 or T2?
Thanks!