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


let's have saved token when user has purchased automatically renewing subscription via google play. when subscription automatically renewed, can still use older, initial token current status of subscription (via purchases.subscriptions: get)?

yes, can. token not change. pass token in request find out if subscription has renewed or not. make sure not lose token otherwise nightmare figure out if user has renewed or not.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -