Using the Google Play Developer API and a call https://www.googleapis.com/androidpublisher/v2/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}( https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get ), you can get information about whether the subscription is still valid.
https://www.googleapis.com/androidpublisher/v2/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}
How to find out orderIdfor each payment without guessing (by doing the following: https://developer.android.com/google/play/billing/billing_subscriptions.html )? Is it possible to receive all historical subscription payments for a user through a service account account API call? (For example, using the purchase Token and subscriptionId).
orderId
:
Source: https://habr.com/ru/post/1609637/More articles:Создать ILookup из IDictionary > - c#In Xcode 7, how can I set the static lib target and the target frame environment with the same name? - iosУдалить заказ непредсказуем в Entity Framework - c#Web Design API + MVC Viewer - c #SlowCheetah does not convert to EntityFramework migration - c #Внедрение циклического связанного списка в java - javaApp.config conversions not applied - xmlHow to show date between conversation in recyclerview or in listview - androidСоздавать файл закрытого и открытого ключей с помощью keytool - javaHow to show calendar date at the top of chat messages? - androidAll Articles