Reputation: 678
I am at the point of validating receipts. However, I am curious if it is mandatory to validate the receipt of a Consumable? It is being stored in the Keychain as a virtual credit system, so not jailbreak worthy. However, I cannot find information on here.
Upvotes: 0
Views: 123
Reputation: 1540
Consumables aren't stored in the receipt or at least not forever.
Consumable in-app purchases remain in the receipt until you call finishTransaction(_:). Maintain and manage records of consumables on a server if needed.
Upvotes: 1