Programmatically, I understand how to manage a subscription for one user, but I have not found a way to get a complete picture of Subscriptions for applications .
What I found in the documentation for subscribing to the application concerns the subscription to track subscription to order numbers:
In order to track the transactions associated with this subscription, Google Wallet provides a basic trading account number for all repetitions of the subscription and indicates each recurring transaction by adding an integer.
Using this mechanism in a workaround, you can determine the current subscription orders, but this does not give a clear image of subscribers. How do you list the number of users who are currently registered to subscribe to the application?
source share