Created
October 30, 2015 18:42
-
-
Save baileysh9/28227d92269c2d9f4450 to your computer and use it in GitHub Desktop.
iOS In App Purchase Receipt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
environment = Sandbox; | |
receipt = { | |
"adam_id" = 0; | |
"app_item_id" = 0; | |
"application_version" = 1; | |
"bundle_id" = "com.yourcompany.yourapp"; | |
"download_id" = 0; | |
"in_app" = ( | |
{ | |
"is_trial_period" = false; | |
"original_purchase_date" = "2015-08-11 14:10:53 Etc/GMT"; | |
"original_purchase_date_ms" = 1439302253000; | |
"original_purchase_date_pst" = "2015-08-11 07:10:53 America/Los_Angeles"; | |
"original_transaction_id" = 1000000167199136; | |
"product_id" = "com.yourcompany.yourProductID"; | |
"purchase_date" = "2015-08-11 14:10:53 Etc/GMT"; | |
"purchase_date_ms" = 1439302253000; | |
"purchase_date_pst" = "2015-08-11 07:10:53 America/Los_Angeles"; | |
quantity = 1; | |
"transaction_id" = 1000000167199136; | |
} | |
); | |
"original_application_version" = "1.0"; | |
"original_purchase_date" = "2013-08-01 07:00:00 Etc/GMT"; | |
"original_purchase_date_ms" = 1375340400000; | |
"original_purchase_date_pst" = "2013-08-01 00:00:00 America/Los_Angeles"; | |
"receipt_type" = ProductionSandbox; | |
"request_date" = "2015-08-13 17:58:58 Etc/GMT"; | |
"request_date_ms" = 1439488738274; | |
"request_date_pst" = "2015-08-13 10:58:58 America/Los_Angeles"; | |
"version_external_identifier" = 0; | |
}; | |
status = 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment