Skip to content

Instantly share code, notes, and snippets.

@petrbela
Last active August 20, 2018 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrbela/7abfb6f0ba8428f9420ccef4e322b87c to your computer and use it in GitHub Desktop.
Save petrbela/7abfb6f0ba8428f9420ccef4e322b87c to your computer and use it in GitHub Desktop.
Medium: Apple Subscriptions? WAT?!
{
"status": 0,
"environment": "Production",
"receipt": {
"latest_receipt_info": [],
"latest_receipt": "...",
"pending_renewal_info": [
{
"auto_renew_product_id": "com.sweatflex.flex.monthly",
"original_transaction_id": "...",
"product_id": "com.sweatflex.flex.monthly",
"auto_renew_status": "1"
}
]
}
{
"auto_renew_status": 1,
"status": 0,
"auto_renew_product_id": "com.sweatflex.flex.development.annual",
"receipt": ...,
"latest_receipt_info": ...,
"latest_receipt": "..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment