Skip to content

Instantly share code, notes, and snippets.

@mhomol
Created September 16, 2015 19:37
Show Gist options
  • Save mhomol/f2c003180451a65ef15e to your computer and use it in GitHub Desktop.
Save mhomol/f2c003180451a65ef15e to your computer and use it in GitHub Desktop.
Bag Labs Post - In-App Purchases - Sandbox Receipt Section
{
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