Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Last active June 24, 2019 18:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muhammadghazali/c8402b00069f5385bdcbbed2fe23b812 to your computer and use it in GitHub Desktop.
Save muhammadghazali/c8402b00069f5385bdcbbed2fe23b812 to your computer and use it in GitHub Desktop.
subscriptions on Google Play
@muhammadghazali
Copy link
Author

There is no webhook provided by Google Play service, so if we want to store any subscription related details, we need to make a request to the API via backend. See the Using the API Efficiently.

@muhammadghazali
Copy link
Author

@cvincent00
Copy link

hello, is there any way to get all the orders generated from one subscription?
when we purchase a subscription, we can get the latest order id only. How to handle this situation if we lose orders?

there is an example.
2018-01-01 GPA.3352-0306-9721-14048 (purchase a subscription)
2019-04-01 GPA.3352-0306-9721-14048..2 (verify subscription by api, and lose GPA.3352-0306-9721-14048..0 and GPA.3352-0306-9721-14048..1)

Looking forward you reply. Thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment