A arfprogramas Member Licensed User Longtime User Jul 17, 2020 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Jul 19, 2020 #2 This is a different API. It is part of the Google Play Developer API. It is relevant for a back end solution. If I understood correctly the paused or canceled subscription product will not appear in the list of purchases returned from QueryPurchases. Upvote 0
This is a different API. It is part of the Google Play Developer API. It is relevant for a back end solution. If I understood correctly the paused or canceled subscription product will not appear in the list of purchases returned from QueryPurchases.