Skip to content

Commit df71cab

Browse files
Bill Gruberscottamain
authored andcommitted
cherrypick Change-Id: Ica1b68a1687917432d39d7d116c9c24fa1644a83
Initial posting of in-app billing docs Change-Id: I26adb5480e556d8f914a3443f1b75c220742245d
1 parent 2458f2a commit df71cab

19 files changed

+1774
-6
lines changed

docs/html/guide/guide_toc.cs

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,50 @@ localized titles are added in the language order specified below.
296296
</ul>
297297
</li>
298298

299+
<li>
300+
<h2>
301+
<span class="en">Android Market Topics</span>
302+
</h2>
303+
<ul>
304+
<li><a href="<?cs var:toroot ?>guide/publishing/licensing.html">
305+
<span class="en">Application Licensing</span></a>
306+
</li>
307+
<li class="toggle-list">
308+
<div><a href="<?cs var:toroot?>guide/market/billing/index.html">
309+
<span class="en">In-app Billing</span></a>
310+
<span class="new">new!</span>
311+
</div>
312+
<ul>
313+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_about.html">
314+
<span class="en">About this Release</span></a>
315+
</li>
316+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_overview.html">
317+
<span class="en">In-app Billing Overview</span></a>
318+
</li>
319+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_integrate.html">
320+
<span class="en">Implementing In-app Billing</span></a>
321+
</li>
322+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_best_practices.html">
323+
<span class="en">Security and Design</span></a>
324+
</li>
325+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_testing.html">
326+
<span class="en">Testing In-app Billing</span></a>
327+
</li>
328+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_admin.html">
329+
<span class="en">Administering In-app Billing</span></a>
330+
</li>
331+
<li><a href="<?cs var:toroot?>guide/market/billing/billing_reference.html">
332+
<span class="en">In-app Billing Reference</span></a>
333+
</li>
334+
</ul>
335+
</li>
336+
<li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html">
337+
<span class="en">Market Filters</span></a>
338+
</li>
339+
</ul>
340+
</li>
341+
342+
299343
<li>
300344
<h2><span class="en">Developing</span>
301345
<span class="de" style="display:none">Entwicklung</span>
@@ -443,9 +487,6 @@ localized titles are added in the language order specified below.
443487
<span class="zh-CN" style="display:none">应用程序版本控制</span>
444488
<span class="zh-TW" style="display:none">應用程式版本設定</span>
445489
</a></li>
446-
<li><a href="<?cs var:toroot ?>guide/publishing/licensing.html">
447-
<span class="en">Licensing Your Applications</span>
448-
</a></li>
449490
<li><a href="<?cs var:toroot ?>guide/publishing/preparing.html">
450491
<span class="en">Preparing to Publish</span>
451492
<span class="de" style="display:none">Vorbereitung auf die Veröffentlichung</span>
@@ -570,9 +611,6 @@ localized titles are added in the language order specified below.
570611
<li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html">
571612
<span class="en">Android API Levels</span>
572613
</a></li>
573-
<li><a href="<?cs var:toroot ?>guide/appendix/market-filters.html">
574-
<span class="en">Market Filters</span>
575-
</a></li>
576614
<li><a href="<?cs var:toroot ?>guide/appendix/install-location.html">
577615
<span class="en">App Install Location</span>
578616
</a></li>
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
page.title=About this Release
2+
@jd:body
3+
4+
<style type="text/css">
5+
#jd-content {
6+
background:transparent url({@docRoot}assets/images/preliminary.png) repeat scroll 0 0;
7+
}
8+
</style>
9+
10+
<div id="qv-wrapper">
11+
<div id="qv">
12+
<h2>In this document</h2>
13+
<ol>
14+
<li><a href="#billing-about">About this Release</a></li>
15+
</ol>
16+
<h2>Downloads</h2>
17+
<ol>
18+
<li><a href="{@docRoot}guide/market/billing/billing_integrate.html#billing-download">Sample Application</a></li>
19+
</ol>
20+
<h2>See also</h2>
21+
<ol>
22+
<li><a href="{@docRoot}guide/market/billing/billing_overview.html">Overview of In-app Billing</a></li>
23+
<li><a href="{@docRoot}guide/market/billing/billing_integrate.html">Implementing In-app Billing</a></li>
24+
<li><a href="{@docRoot}guide/market/billing/billing_best_practices.html">Security and Design</a></li>
25+
<li><a href="{@docRoot}guide/market/billing/billing_testing.html">Testing In-app Billing</a></li>
26+
<li><a href="{@docRoot}guide/market/billing/billing_admin.html">Administering In-app Billing</a></li>
27+
<li><a href="{@docRoot}guide/market/billing/billing_reference.html">In-app Billing Reference</a></li>
28+
</ol>
29+
</div>
30+
</div>
31+
32+
<div class="special" style="margin-right:345px">
33+
<p>This documentation provides an early look at the Android Market In-app Billing service. The documentation may change without notice.</p>
34+
</div>
35+
36+
<p>This documentation gives you an early look at the Android Market In-app Billing service. We are providing this documentation to help you get started designing your in-app billing implementation. </p>
37+
38+
<p>In addition to this documentation, we are providing a <a href="{@docRoot}guide/market/billing/billing_integrate.html#billing-download">sample application</a> that shows you how to implement in-app billing. Although you can compile the sample application, load it on a device, and run it, you cannot use it to make purchases at this time. In-app billing relies on version 2.3.0 (and higher) of the Android Market application, which may not be available yet.</p>
39+
40+
<p>In the coming weeks we plan to launch the testing phase of the in-app billing release. Following the testing phase we will launch in-app billing to the general public (see table 1 for a summary of upcoming launch milestones).
41+
42+
<p class="table-caption"><strong>Table 1.</strong> Summary of launch milestones for in-app billing.</p>
43+
44+
<table>
45+
46+
<tr>
47+
<th>Release Phase</th>
48+
<th>Android Market Application</th>
49+
<th>Description</th>
50+
</tr>
51+
<tr>
52+
<td>Early Development</td>
53+
<td>Version 2.3.0 not available</td>
54+
<td>Provides an early look at documentation and sample application.</td>
55+
</tr>
56+
<tr>
57+
<td>Test Development</td>
58+
<td>Version 2.3.0 available to developers and users</td>
59+
<td>In-app billing service allows static testing with reserved product IDs. You cannot publish applications that use in-app billing.</td>
60+
</tr>
61+
<tr>
62+
<td>Final Release</td>
63+
<td>Version 2.3.0 available to developers and users</td>
64+
<td>In-app billing service allows end-to-end testing of in-app billing. You can publish applications that use in-app billing.</td>
65+
</tr>
66+
67+
</table>
68+
69+
<p>During the testing phase we will release version 2.3.0 of the Android Market application. This will allow you to test your in-app billing implementation using the <a href="{@docRoot}guide/market/billing/billing_testing.html#billing-testing-static">reserved product IDs and test responses</a>. However, you will not be able to test end-to-end in-app purchases during the testing phase, and you will not be able to publish an application that uses in in-app billing. </p>
70+
71+
<p>After the testing phase is complete, we will release in-app billing to the general public. This will enable you to perform end-to-end tests of your in-app billing implementation using your actual in-app products. You will also be able to publish applications that use in-app billing.</p>
72+
73+
<p>This documentation may change in the coming weeks as we move from the preview phase to the testing phase of this beta release. Be sure to check this documentation frequently for updates.</p>

0 commit comments

Comments
 (0)