Track your subscriptions better with the Google Play Developer API
Posted by Neto Marin, Developer Advocate Back in 2012, we introduced free trials support for Android app subscriptions. A free trial runs for a period of time that you set and then automatically converts to a full subscription based on the subscription's billing interval and price. Google Play supports free trials for all subscription types. Check out href="https://developer.android.com/google/play/billing/billing_subscriptions.html#trials">Free trials in our documentation for more details. This feature is an important tool for user conversion because the user can try your app or game before committing to paying. To help you track the subscription status better, we are adding a third "paymentState" value to the href="https://developers.google.com/android-publisher/api-ref/purchases/subscriptions#resource-representations">Purchases.subscriptions API (on Google Play Developer API ) to represent that the user is in a free trial. Possible values a...