diff options
author | Kevin Hufnagle <khufnagle@google.com> | 2017-01-04 01:44:44 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-04 01:44:44 +0000 |
commit | c3bfedf5fa55e45126663394d0d2286a054a1ff1 (patch) | |
tree | d6038c5b1cc40cbf00fb644437e02f00ad4e99bb /docs/html | |
parent | 0e1d63d4e4f703093072b0514f85d28ab4228f3c (diff) | |
parent | 2427b36665f4606c42d886bbc63cd7c35588e1e2 (diff) |
docs: Added note - test subscriptions cannot use reserved IDs am: 98a11580ef am: c8ccc66e85 am: 1c85b504e2 am: 01e3564a0d am: c2aae1a1e7
am: 2427b36665
Change-Id: Ia186ece4f69d2e94b88cb73296674383fe6a00c8
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/google/play/billing/billing_testing.jd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/html/google/play/billing/billing_testing.jd b/docs/html/google/play/billing/billing_testing.jd index 44b7ad3081cf..22480a2d0b77 100644 --- a/docs/html/google/play/billing/billing_testing.jd +++ b/docs/html/google/play/billing/billing_testing.jd @@ -199,6 +199,15 @@ reserved product IDs. Also, you cannot specify the form of payment when you make with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the product ID android.test.purchased.</p> +<p class="note"> + <strong>Note:</strong> If you're testing subscription purchases, you must use + the product ID of an actual subscription, not a reserved product ID. To verify + that Google Play is processing the test subscription purchases correctly, you + should + <a href="/google/play/billing/billing/billing_admin.html#billing-testing-setup">set + up test accounts</a> for your app. +</p> + <img src="{@docRoot}images/billing_test_flow.png" height="381" id="figure1" /> <p class="img-caption"> <strong>Figure 1.</strong>Purchase flow for the special reserved item android.test.purchased. |