Fabian H.
Fabian H.

Reputation: 678

Swift: Should I validate receipts Consumables

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

Answers (1)

Paul Schröder
Paul Schröder

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.

Source

Upvotes: 1

Related Questions