so i'm using InAppBillingService
from Google, and i've run into issue.
There is two main type of operation :
Purchase, with which i had no issue, there is Google Play Developer API avialible now, which allows our server to check if purchase was success and so on.
Subscriptions, here i'm totally lost. First of all, by simply no way to cancel customer subscription programmaticaly, second thing is that responce for both purchase and subscription is the same. But i want to have a callback to know, for example, if customer cancelled subscription, or money was transfered to merchant account in correct time.
Question: by reading this post Android In-App Billing Subscription status change callbacks, i've released that question for callbacks wasn't really answered, i hope that there was changes in implementation, which allows me to track payments every period or bubscription cancelation by callbacks. Any help highly appreciated.