Using an old token to query Purchases.subscriptions in the Google Play Developer API

前端 未结 2 1809
春和景丽
春和景丽 2021-01-05 15:55

Let\'s say I have saved the token from when a user has purchased an automatically renewing subscription via Google Play. When that subscription is automatically renewed, can

2条回答
  •  不思量自难忘°
    2021-01-05 16:02

    Yes, you can. That token does not change. You will pass this token in your request to find out if the subscription has renewed or not. Make sure you do not lose that token otherwise it will be a nightmare to figure out if the user has renewed or not.

提交回复
热议问题