Reputation: 214
Ok I am implementing in app subscriptions for my app. The recurring period is monthly. Everything is working OK - I can subscribe from my test accounts, am getting information from the purchase status API.
The response I get from the purchase status API is:
{ "kind": "androidpublisher#subscriptionPurchase", "initiationTimestampMsec": "1378389347847", "validUntilTimestampMsec": "1379037347847", "autoRenewing": true }
My question is how do I test if the user has cancelled the subscription or after one month has been billed again.
Any help geeks out there would be quite useful. Thanks in advance !
Upvotes: 2
Views: 305
Reputation: 2343
mHelper.queryInventory
method.Upvotes: 1