From 145b377b3884fa444c21e6709f6f9462d2b6f6d0 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Thu, 26 May 2016 20:24:23 -0700 Subject: [PATCH] docs: Added descriptions of IAB subscription-specific settings. The "Adding items one at a time to a product list" section on the "In-app Billing Administration" page now includes a new sub-section, "Adding subscription details," which describes the settings that developers can configure when creating a new subscription associated with an app. Bug: 28765727 Change-Id: Ie24c5dc505b11ebf9db0798add1a3150eaee59bc --- docs/html/google/play/billing/billing_admin.jd | 72 +++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/docs/html/google/play/billing/billing_admin.jd b/docs/html/google/play/billing/billing_admin.jd index 05f3ad593b9d..69d3d414bb52 100644 --- a/docs/html/google/play/billing/billing_admin.jd +++ b/docs/html/google/play/billing/billing_admin.jd @@ -125,7 +125,10 @@ number of in-app items.

-
  • Enter additional information about the item, then click Save.

    +
  • Enter additional information about the item. If you're adding a + subscription, also include + subscription-specific details. + After you've provided this information, click Save.

    Publishing State
    @@ -185,6 +188,73 @@ number of in-app items.

    +

    + Adding subscription details +

    + +

    + When you add a subscription to a product list, you must define its billing + period. All other settings related to subscriptions are optional. The + following list shows each property that you can set: +

    + +
    +
    Billing period
    +
    +

    + Sets the frequency at which a user is charged while their subscription + is active. +

    + +

    + If the billing period for the new subscription is Seasonal, you must + specify when the season starts and ends using the Start + date and End date options. The subscription is + active only between these two dates. +

    + +

    + To allow users to activate a seasonal subscription for a discounted price + after the season begins, you can provide prorated pricing by selecting + Add Prorated Price. In the text boxes that appear after + you select this option, specify a discounted price for your subscription, + as well as the first date during the season when users can activate the + subscription for the discounted price. You can set multiple prorated + prices for a single subscription, with each price point taking effect on + a different start date. +

    + +

    + Note: After you activate a subscription, you cannot + change the subscription's billing period. For a seasonal subscription, + this restriction means that you also cannot change the season's start and + end dates. However, you can still add, change, and remove the prorated + prices that you've associated with a seasonal subscription. +

    +
    + +
    Free trial period
    +
    + Sets the number of days that users can access the subscription for free + after they first activate it. The trial period must be at least 7 days. +
    + +
    Grace period
    +
    + Determines the amount of time that the user can continue accessing the + subscription after their payment is declined. If the user doesn't fix their + payment issue after the grace period has ended, their access to the + subscription is revoked. +
    +
    + +

    + To learn more about how you can manage subscriptions using the In-app Billing + service, see the + In-app + Subscriptions guide. +

    +

    Adding a batch of items to a product list

    To add a batch of items to a product list using a CSV file, you first need to create your CSV -- 2.11.0