Android Question Renewed Subscriptions

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I am trying to get a renewed subscription information and believe to do this I need to implement the Purchase.Subscriptions:Get https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get this would allow me to retrieve these fields: https://developers.google.com/android-publisher/api-ref/purchases/subscriptions
https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get
The only example I have been able to find is here: http://stackoverflow.com/questions/...rmation-from-google-play-android-developer-ap
http://stackoverflow.com/questions/...rmation-from-google-play-android-developer-ap
The above is way over my head.
Does anyone have a B4A example of this working?
Sure seems like this would be a GR8 library

I understand that Billing Manager will not return expired subscriptions, but once a subscription is renewed it has a new billing information that I would like to retrieve

BobVal
 

DonManfred

Expert
Licensed User
Longtime User
Is there any way of getting the equivalent information on a mobile device?
Write a server app with b4j and use the Server-Api in this app.
Connect your Android-App to your b4j Server-app to get the data.
 
Upvote 0
Top