Android Question GooglePlayBilling - Subs information

arf programas

Member
Licensed User
Longtime User
Hello

I'm trying to test the option to pause the subscription like explained here: https://developer.android.com/google/play/billing/billing_subscriptions#pause
And the app is using this library: https://www.b4x.com/android/forum/threads/googleplaybilling-in-app-purchases.109945/#content

For what I can see, it's not possible to get the information from "Purchases.subscriptions" using the "Purchase.OriginalJson" from the library. Is there any other way? The information I need to test are: expiryTimeMillis, autoResumeTimeMillis, etc.

Thanks in advance.
 
Top