minesweeper_game/Library/PackageCache/com.unity.purchasing@649c6c7b3b1b/Documentation~/GoogleReceipt.md
2025-03-15 14:30:26 -04:00

14 lines
543 B
Markdown

# Purchase Receipt
All receipts have the base receipt information found [here](UnityIAPPurchaseReceipts.md).
Google Play
-----------
Payload is a JSON hash with the following keys and values:
|Key|Value|
|:---|:---|
|__json__|A JSON encoded string provided by Google; [`INAPP_PURCHASE_DATA`](http://developer.android.com/google/play/billing/billing_reference.html)|
|__signature__|A signature for the json parameter, as provided by Google; [`INAPP_DATA_SIGNATURE`](http://developer.android.com/google/play/billing/billing_reference.html)|