My question is how can i get Purchase History of ONE user having different types of purchases[subscriptions, non-consumable] and have different 'originalTransactionIdentifier' for each purchase type.
Post
Replies
Boosts
Views
Activity
Get Transaction History endpoint : https://api.storekit.itunes.apple.com/inApps/v1/history/{transactionId} , has a required must field "{originalTransactionIdentifier}'.
But if One user can have three(3) different purchases two(2) subscriptions and one non-consumable purchase [total three purchases] at a time. All three have different "originalTransactionIdentifier".
Then Get Transaction History endpoint will have to call for THREE(3) times with each originalTransactionIdentifier separately?