Skip to content

Commit afbe165

Browse files
committed
Doc change: Add IAB v2 deprecation notice.
Change-Id: Ide22c4aa8c56fdd83cb6ce2989eb8c449c55c7c1 Conflicts: docs/html/google/play/billing/index.jd
1 parent b8a60da commit afbe165

5 files changed

Lines changed: 90 additions & 5 deletions

File tree

docs/html/google/play/billing/index.jd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and features, and more. You can use In-app Billing to sell products as</p>
1414
<div class="sidebox">
1515
<h2><strong>New in In-App Billing</strong></h2>
1616
<ul>
17+
<li><strong>IAB v2 shutdown</strong>&mdash;In-app Billing v2 API is deprecated and will be shut down in January 2015. If your app is still using In-app Billing v2, please migrate to the v3 API as soon as possible.</li>
1718
<li><strong>Seasonal subscriptions</strong>&mdash;You can now set up a
1819
recurring <a href="billing_subscriptions.html#user-billing">seasonal
1920
subscription</a> that starts and ends on the same date each year (for
@@ -41,7 +42,7 @@ and features, and more. You can use In-app Billing to sell products as</p>
4142

4243
<ul>
4344
<li>Standard in-app products (one-time billing), or</li>
44-
<li>Subscriptions, (recurring, automated billing)</li>
45+
<li>Subscriptions (recurring, automated billing)</li>
4546
</ul>
4647

4748
<p>When you use the in-app billing service to sell an item,

docs/html/google/play/billing/v2/api.jd

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,28 @@ page.title=In-app Billing Version 2
22
excludeFromSuggestions=true
33
@jd:body
44

5-
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">In-app Billing Version 2 is superseded. Please <a href="{@docRoot}google/play/billing/billing_overview.html#migration">migrate to Version 3</a> at your earliest convenience.</div>
5+
<p class="caution" style=
6+
"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">
7+
The <strong>In-app Billing Version 2 API</strong> has been deprecated in
8+
favor of the Version 3 API. If your app is using In-app Billing, please
9+
<strong>make sure that it is using the Version 3 API</strong>. If your app is
10+
still using the Version 2 API, you must <strong>migrate to the Version 3 API
11+
as soon as possible</strong>.<br>
12+
<br>
13+
We plan to turn off the In-app Billing Version 2 service on <strong>January
14+
27, 2015</strong>, after which time users will <strong>no longer be able to
15+
purchase in-app items and subscriptions through the Version 2 API</strong>.
16+
We strongly encourage and recommend you migrate your apps to use Version 3
17+
API by November 2014, to provide ample time for users to update their apps to
18+
the new version.<br>
19+
<br>
20+
For more information, please see the <a href=
21+
"http://support.google.com/googleplay/android-developer/answer/6090268">Help Center
22+
article</a>. For common questions about transitioning your implementation to
23+
In-app Billing Version 3, please see <a href=
24+
"{@docRoot}google/play/billing/billing_overview.html#migration">Migration
25+
Considerations</a>.
26+
</p>
627
<div id="qv-wrapper" style="margin-top:0;">
728
<div id="qv">
829

docs/html/google/play/billing/v2/billing_integrate.jd

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,28 @@ page.title=Implementing In-app Billing <span style="font-size:16px;">(IAB Versio
22
excludeFromSuggestions=true
33
@jd:body
44

5-
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">In-app Billing Version 2 is superseded. Please <a href="{@docRoot}google/play/billing/billing_overview.html#migration">migrate to Version 3</a> at your earliest convenience.</div>
5+
<p class="caution" style=
6+
"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">
7+
The <strong>In-app Billing Version 2 API</strong> has been deprecated in
8+
favor of the Version 3 API. If your app is using In-app Billing, please
9+
<strong>make sure that it is using the Version 3 API</strong>. If your app is
10+
still using the Version 2 API, you must <strong>migrate to the Version 3 API
11+
as soon as possible</strong>.<br>
12+
<br>
13+
We plan to turn off the In-app Billing Version 2 service on <strong>January
14+
27, 2015</strong>, after which time users will <strong>no longer be able to
15+
purchase in-app items and subscriptions through the Version 2 API</strong>.
16+
We strongly encourage and recommend you migrate your apps to use Version 3
17+
API by November 2014, to provide ample time for users to update their apps to
18+
the new version.<br>
19+
<br>
20+
For more information, please see the <a href=
21+
"http://support.google.com/googleplay/android-developer/answer/6090268">Help Center
22+
article</a>. For common questions about transitioning your implementation to
23+
In-app Billing Version 3, please see <a href=
24+
"{@docRoot}google/play/billing/billing_overview.html#migration">Migration
25+
Considerations</a>.
26+
</p>
627
<div id="qv-wrapper" style="margin-top:0;">
728
<div id="qv">
829
<h2>In this document</h2>

docs/html/google/play/billing/v2/billing_reference.jd

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,28 @@ page.title=In-app Billing Reference <span style="font-size:16px;">(IAB Version 2
22
excludeFromSuggestions=true
33
@jd:body
44

5-
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">In-app Billing Version 2 is superseded. Please <a href="{@docRoot}google/play/billing/billing_overview.html#migration">migrate to Version 3</a> at your earliest convenience.</div>
5+
<p class="caution" style=
6+
"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">
7+
The <strong>In-app Billing Version 2 API</strong> has been deprecated in
8+
favor of the Version 3 API. If your app is using In-app Billing, please
9+
<strong>make sure that it is using the Version 3 API</strong>. If your app is
10+
still using the Version 2 API, you must <strong>migrate to the Version 3 API
11+
as soon as possible</strong>.<br>
12+
<br>
13+
We plan to turn off the In-app Billing Version 2 service on <strong>January
14+
27, 2015</strong>, after which time users will <strong>no longer be able to
15+
purchase in-app items and subscriptions through the Version 2 API</strong>.
16+
We strongly encourage and recommend you migrate your apps to use Version 3
17+
API by November 2014, to provide ample time for users to update their apps to
18+
the new version.<br>
19+
<br>
20+
For more information, please see the <a href=
21+
"http://support.google.com/googleplay/android-developer/answer/6090268">Help Center
22+
article</a>. For common questions about transitioning your implementation to
23+
In-app Billing Version 3, please see <a href=
24+
"{@docRoot}google/play/billing/billing_overview.html#migration">Migration
25+
Considerations</a>.
26+
</p>
627
<div id="qv-wrapper" style="margin-top:0;">
728
<div id="qv">
829
<h2>In this document</h2>

docs/html/google/play/billing/v2/billing_subscriptions.jd

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,28 @@ page.title=Implementing Subscriptions <span style="font-size:16px;">(IAB Versio
22
excludeFromSuggestions=true
33
@jd:body
44

5-
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">In-app Billing Version 2 is superseded. Please <a href="{@docRoot}google/play/billing/billing_overview.html#migration">migrate to Version 3</a> at your earliest convenience.</div>
5+
<p class="caution" style=
6+
"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">
7+
The <strong>In-app Billing Version 2 API</strong> has been deprecated in
8+
favor of the Version 3 API. If your app is using In-app Billing, please
9+
<strong>make sure that it is using the Version 3 API</strong>. If your app is
10+
still using the Version 2 API, you must <strong>migrate to the Version 3 API
11+
as soon as possible</strong>.<br>
12+
<br>
13+
We plan to turn off the In-app Billing Version 2 service on <strong>January
14+
27, 2015</strong>, after which time users will <strong>no longer be able to
15+
purchase in-app items and subscriptions through the Version 2 API</strong>.
16+
We strongly encourage and recommend you migrate your apps to use Version 3
17+
API by November 2014, to provide ample time for users to update their apps to
18+
the new version.<br>
19+
<br>
20+
For more information, please see the <a href=
21+
"http://support.google.com/googleplay/android-developer/answer/6090268">Help Center
22+
article</a>. For common questions about transitioning your implementation to
23+
In-app Billing Version 3, please see <a href=
24+
"{@docRoot}google/play/billing/billing_overview.html#migration">Migration
25+
Considerations</a>.
26+
</p>
627
<div id="qv-wrapper" style="margin-top:0;">
728
<div id="qv">
829
<h2>In this document</h2>

0 commit comments

Comments
 (0)