OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:billing
(Results
1 - 25
of
784
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/google/play/billing/
index.jd
1
page.title=Google Play In-app
Billing
2
page.metaDescription=In-app
Billing
lets you sell digital content as one-time purchases or subscriptions.
5
page.tags="
billing
, inapp, iap"
8
<p>In-app
Billing
is a Google Play service that lets you sell digital content from inside
11
and features, and more. You can use In-app
Billing
to sell products as</p>
15
<h2><strong>New in In-App
Billing
</strong></h2>
17
<li><strong>IAB v2 shutdown</strong>—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>
19
recurring <a href="billing_subscriptions.html#user-
billing
">seasonal
23
<li><strong>Deferred subscription
billing
</strong>—You ca
[
all
...]
billing_overview.jd
1
page.title=In-app
Billing
Overview
2
parent.title=In-app
Billing
10
<li>Use In-app
Billing
to sell digital goods, including one-time items and
19
<li><a href="#api">In-app
Billing
API</a></li>
32
<li><a href="{@docRoot}training/in-app-
billing
/preparing-iab-app.html#GetSample">Sample Application (V3)</a></li>
37
<p>This documentation describes the fundamental In-app
Billing
components and
39
Billing
features into your application.</p>
51
<h2 id="api">In-app
Billing
API</h2>
52
<p>Your application accesses the In-app
Billing
service using an API that is
54
app then conveys
billing
requests and responses between you
[
all
...]
versions.jd
2
page.title=In-app
Billing
Version Notes
5
<p>The In-app
Billing
API is versioned, with each version offering additional features to your app. API support is provided by the Google Play Store app. On most devices, the Google Play Store app is updated automatically to support newer versions of the API.
7
<p>The sections below list the supported versions of the In-app
Billing
API.</p>
9
<p id="api_check"><strong><em>How to check for In-app
Billing
version</em></strong></p>
14
<li>If you are using in-app
billing
version 3, the version information is not directly returned the Google Play. Instead, you can check if Google Play supports the version of the In-app
Billing
API that you are using by sending a {@code isBillingSupported} request.</li>
15
<li>If the In-app
Billing
API version that you are using is earlier than version 3, the version information is returned in the <code>API_VERSION</code> key of the Bundle object passed in the {@code sendBillingRequest} method. For more information, see <a href="{@docRoot}google/play/
billing
/v2/billing_reference.html#
billing
-interface-v2">In-app
Billing
Service Interface</a>.</li
[
all
...]
billing_integrate.jd
1
page.title=Implementing In-app
Billing
2
parent.title=In-app
Billing
4
page.tags="inapp,
billing
, iap"
11
<li><a href="#
billing
-add-aidl">Adding the AIDL file</a></li>
12
<li><a href="#
billing
-permission">Updating Your Manifest</a></li>
13
<li><a href="#
billing
-service">Creating a ServiceConnection</a></li>
14
<li><a href="#
billing
-requests">Making In-app
Billing
Requests</a>
23
<li><a href="#
billing
-security">Securing Your App</a>
27
<li><a href="{@docRoot}google/play/
billing
/billing_reference.html">In-app Billin
[
all
...]
billing_testing.jd
1
page.title=Testing In-app
Billing
2
parent.title=In-app
Billing
4
page.tags="inapp,
billing
, iap"
12
<li><a href="#
billing
-testing-static">Testing with Static Responses</a></li>
13
<li><a href="#
billing
-testing-test">Setting Up for Test Purchases</a></li>
18
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">Overview of In-app
19
Billing
</a></li>
24
<p>The Google Play Developer Console provides several tools that help you test your In-app
Billing
30
<li>Static
billing
responses from Google Play, for testing in early development</p>
33
<p>To test In-app
Billing
in an application you must install the application on an Android-powere
[
all
...]
billing_subscriptions.jd
2
parent.title=In-app
Billing
4
page.metaDescription=Subscriptions let you sell content or features in your app with automated, recurring
billing
.
6
page.tags="subscriptions,
billing
, inapp, iap"
14
<li>Subscriptions let you sell products with automated, recurring
billing
24
<li>You can defer
billing
for a particular user's subscription, to manage
38
<li><a href="{@docRoot}google/play/
billing
/billing_integrate.html#Subs">Implementing Subscriptions (V3)</a></li>
45
automated, recurring
billing
. You can easily adapt an existing In-app
Billing
48
specific to subscriptions, along with some strategies for the associated
billing
52
<p>A <em>subscription</em> is a product type offered in In-app
Billing
that
[
all
...]
billing_admin.jd
1
page.title=Administering In-app
Billing
2
parent.title=In-app
Billing
10
<li><a href="#
billing
-list-setup">Creating a Product List</a></li>
11
<li><a href="#
billing
-purchase-type">Choosing a Product Type</a></li>
12
<li><a href="#
billing
-testing-setup">Setting up Test Accounts</a></li>
13
<li><a href="#
billing
-refunds">Handling Refunds</a></li>
14
<li><a href="#
billing
-refunds">Working with Order Numbers</a></li>
15
<li><a href="#
billing
-support">Where to Get Support</a></li>
21
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">Overview of In-app
22
Billing
</a></li
[
all
...]
billing_reference.jd
1
page.title=In-app
Billing
Reference
2
parent.title=In-app
Billing
10
<li><a href="#
billing
-codes">Server Response Codes</a></li>
11
<li><a href="#
billing
-interface">API Reference</a>
21
<li><a href="{@docRoot}google/play/
billing
/billing_integrate.html#
billing
-download">Sample
26
<li><a href="{@docRoot}google/play/
billing
/api.html">In-app
Billing
Version 3</a></li>
27
<li><a href="{@docRoot}training/in-app-
billing
/index.html">Selling In-app Products</a></li>
31
<p>This documentation provides technical reference information for using the In-app
Billing
Version 3 API. </p
[
all
...]
/frameworks/base/docs/html/training/in-app-billing/
index.jd
2
page.tags=
billing
6
next.title=Preparing Your In-app
Billing
Application
22
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">In-app
Billing
28
<p>In this class, you'll learn how to perform common In-app
Billing
operations from Android applications.</p>
29
<p>In-app
billing
is a service hosted on Google Play that lets you charge for digital content or for upgrades in your app. The In-app
Billing
API makes it easy for you to integrate In-app
Billing
into your applications. You can request product details from Google Play, issue orders for in-app products, and quickly retrieve ownership information based on users' purchase history. You can also query the Google Play service for details about in-app products, such as local pricing and availability. Google Play provides a checkout interface that makes user interactions with the In-app
Billing
service seamless, and provides a more intuitive experience to your users.</p>
30
<p>This class describes how to get started with the Version 3 API. To learn how to use the version 2 API, see <a href="{@docRoot}google/play/
billing
/v2/billing_integrate.html">Implementing In-App Billing (V2)</a>.</p
[
all
...]
test-iab-app.jd
1
page.title=Testing Your In-app
Billing
Application
6
previous.title=Purchasing In-app
Billing
Products
22
<li><a href="{@docRoot}google/play/
billing
/billing_testing.html">Testing In-app
Billing
</a></li>
28
<p>To ensure that In-app
Billing
is functioning correctly in your application, you should test the test the application before you publish it on Google Play. Early testing also helps to ensure that the user flow for purchasing in-app items is not confusing or slow, and that users can see their newly purchased items in a timely way.</p>
31
Test your In-app
Billing
application with static responses by using Google Play?s reserved product IDs.By using reserved product IDs instead of actual product IDs, you can test the purchase flow without specifying an actual payment method or transferring money. To learn more about the reserved product IDs, see <a href="{@docRoot}google/play/
billing
/billing_testing.html">Testing In-app
Billing
</a>.
34
<p>Because Google Play does not allow you to use your developer account to directly purchase in-app products that you have created yourself, you'll need to create test acccounts under your developer account profile. To create a test account, simply enter a valid Google email address. Users with these test accounts will then be able to make in-app-
billing
purchases from uploaded, unpublished applications that you manage.</p>
35
<p>To test your In-app
Billing
Version 3 application using your own product IDs
[
all
...]
preparing-iab-app.jd
1
page.title=Preparing Your In-app
Billing
Application
6
next.title=Establishing In-app
Billing
Products for Sale
19
<li><a href="#AddLibrary">Add the In-app
Billing
Library</a></li>
20
<li><a href="#SetPermission">Set the
Billing
Permission</a></li>
26
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">In-app
Billing
33
<p>Before you can start using the In-app
Billing
service, you'll need to add the library that contains the In-app
Billing
Version 3 API to your Android project. You also need to set the permissions for your application to communicate with Google Play. In addition, you'll need to establish a connection between your application and Google Play. You should also verify that the In-app
Billing
API version that you are using in your application is supported by Google Play.</p>
36
<p>In this training class, you will use a reference implementation for the In-app
Billing
Version 3 API called the {@code TrivialDrive} sample application. The sample includes convenience (…)
[
all
...]
list-iab-products.jd
1
page.title=Establishing In-app
Billing
Products for Sale
6
previous.title=Preparing Your In-app
Billing
Application
8
next.title=Purchasing In-app
Billing
Products
24
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">In-app
Billing
32
<p>Before publishing your In-app
Billing
application, you'll need to define the product list of digital goods available for purchase in the <a href="https://play.google.com/apps/publish/">Google Play Developer Console</a>. </p>
39
<li>Build a signed APK file for your In-app
Billing
application. To learn how to build and sign your APK, see <a href="{@docRoot}tools/publishing/preparing.html#publishing-build">Building Your Application for Release</a>. Make sure that you are using your final (not debug) certificate and private key to sign your application.
44
<li>Click on the option to add a new product, then complete the form to specify the product information such as the item?s unique product ID (also called its <em>SKU</em>), description, price, and country availability. Note down the product ID since you might need this information to query purchase details in your application later. <p class="note"><strong>Important:</strong> The In-app
Billing
Version 3 service only supports managed in-app products, so make sure that you specify that the purchase type is 'Managed' when you add new items to your product list in the Developer Console.</p></li>
45
<li>Once you have completed the form, activate the product so that your application can purchase it. <p class="note"><strong>Warning:</strong> It may take up to 2-3 hours after uploading the APK for Google Play to recognize your updated APK version. If you try to test your application before your uploaded APK is recognized by Google Play, your application will receive a ?purchase cancelled? response with an error message ?This version of the application is not enabled for In-app
Billing
.?</p></li>
57
If you use the convenience classes provided in the sample, the classes will handle background thread management for In-app
Billing
requests, so you can safely make queries from the main thread of your application
[
all
...]
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/
index.jd
14
<li><strong>?????</strong> - ??????????<a href="billing_subscriptions.html#user-
billing
">?????</a>?????????????????????????? 9 ? 1 ?????? 4 ? 10 ??????????</li>
15
<li><strong>??????</strong> - ??????????????<a href="billing_subscriptions.html#deferred-
billing
">??</a>??????????????????????????????</li>
16
<li><strong>Google Play Developer API</strong> - ?? <a href="{@docRoot}google/play/
billing
/gp-purchase-status-api.html">Google Play Developer API</a>??????????????????? API ????????Purchase Status API?????<em></em> </li>
18
<li><strong>?????? 3 ?</strong> - <a href="{@docRoot}google/play/
billing
/api.html">????</a>??????????????? API???????????????????</li>
34
<p>?????????????????????????<a href="{@docRoot}training/in-app-
billing
/index.html">???????</a>?????</p>
37
<dt><strong><a href="{@docRoot}google/play/
billing
/billing_overview.html">??</a></strong></dt>
39
<dt><strong><a href="{@docRoot}google/play/
billing
/api.html">API ? 3 ?</a></strong></dt>
41
<dt><strong><a href="{@docRoot}google/play/
billing
/billing_best_practices.html">??????</a></strong></dt>
43
<dt><strong><a href="{@docRoot}google/play/
billing
/billing_testing.html">???????</a></strong></dt>
45
<dt><strong><a href="{@docRoot}google/play/
billing
/billing_admin.html">???????</a></strong></dt
[
all
...]
billing_admin.jd
2
parent.title=In-app
Billing
10
<li><a href="#
billing
-list-setup">??????</a></li>
11
<li><a href="#
billing
-purchase-type">??????</a></li>
12
<li><a href="#
billing
-testing-setup">??????</a></li>
13
<li><a href="#
billing
-refunds">????</a></li>
14
<li><a href="#
billing
-refunds">?????</a></li>
15
<li><a href="#
billing
-support">??????</a></li>
21
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">???????</a></li>
32
<h2 id="
billing
-list-setup">??????</h2>
36
<p>??????????????????<strong>?????</strong>????????????????? 1???????? Google ?????????????????? <code>com.android.vending.
BILLING
</code> ????<strong>?????</strong>???????</p
[
all
...]
billing_testing.jd
2
parent.title=In-app
Billing
11
<li><a href="#
billing
-testing-static">??????????</a></li>
12
<li><a href="#
billing
-testing-real">??????</a></li>
17
<li><a href="{@docRoot}google/play/
billing
/billing_overview.html">???????</a></li>
54
<p>???????????????????????????????<strong>??</strong> > <strong>????</strong>????????????????????<strong>?????? Gmail ??</strong>???????????<a href="#
billing
-testing-test">??????</a>?</p>
90
<h2 id="
billing
-testing-static">??????????</h2>
115
<p>??????? ID ???????????Google Play ???????????????????? Google Play ???????????????????????????? Google ?????????????????Google Play ?????????????????? Google Play ???? Google ???????????????Google Play ?????????????????????<a href="{@docRoot}google/play/
billing
/v2/api.html#
billing
-action-notify">?? IN_APP_NOTIFY ??</a>?<a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=zh-CN&answer=1153485">???????</a>?</p>
122
<p>???????????????????????????????????????????????????????<a href="{@docRoot}distribute/googleplay/start.html">?????</a>?<a href="{@docRoot}google/play/
billing
/billing_admin.html#
billing
-testing-setup">????</a>?????????????????
[
all
...]
api.jd
2
parent.title=In-app
Billing
29
<li><a href="{@docRoot}google/play/
billing
/billing_reference.html">??????? (V3)</a></li>
34
<li><a href="{@docRoot}training/in-app-
billing
/index.html">???????</a></li>
42
<p>????? Google Play ?????????????????????SKU?????????????????<a href="{@docRoot}google/play/
billing
/billing_admin.html">???????</a>?API ? 3 ???????????????????????</p>
48
<p>????????????????????????????????????????????????????????????????????????????????????????????????<a href="{@docRoot}google/play/
billing
/billing_subscriptions.html">???????</a>?</p>
49
<p>?? API ? 3 ?????????????????????????????????????????????<a href="{@docRoot}google/play/
billing
/billing_integrate.html#Subs">????</a>?</p>
55
<img src="{@docRoot}images/in-app-
billing
/v3/iab_v3_purchase_flow.png" id="figure1" height="530" />
76
<p>????? API ? 3 ??????????????<a href="{@docRoot}google/play/
billing
/billing_reference.html">???????</a>?</p>
82
<img src="{@docRoot}images/in-app-
billing
/v3/iab_v3_consumption_flow.png" id="figure2" height="300" />
billing_overview.jd
2
parent.title=In-app
Billing
29
<li><a href="{@docRoot}training/in-app-
billing
/preparing-iab-app.html#GetSample">?????? 3 ??</a></li>
51
<li>??<a href="{@docRoot}google/play/
billing
/billing_subscriptions.html">??</a></li>
53
<p>???????????????????<a href="{@docRoot}google/play/
billing
/versions.html">????</a>?</p>
62
<p>????????????????????????????????????<em></em><em></em>Google Play ??????????????????????????????<a href="{@docRoot}google/play/
billing
/api.html#producttypes">?????????? 3 ????????</a>?</p>
68
<p>???????????????????????????????<a href="{@docRoot}google/play/
billing
/billing_admin.html">???????</a>?</p>
79
<p><a href="{@docRoot}training/in-app-
billing
/preparing-iab-app.html#GetSample">API ? 3 ?? TrivialDrive ??</a>???????????? API ? 3 ????????????????????????????????????????????? Google Play ??????????????? API ??????????? 3 ??????????????????????????????????</p>
81
<p class="caution"><strong>??</strong>??????????????????????????<a href="{@docRoot}google/play/
billing
/billing_best_practices.html">??????</a>?</p>
84
<p>????? API ? 2 ??????? 2015 ? 1 ????????????????????? API ? 2 ??????????????<a href="{@docRoot}google/play/
billing
/api.html">?????? 3 ?</a>?</p>
/frameworks/base/docs/html/google/play/billing/v2/
api.jd
1
page.title=In-app
Billing
Version 2
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
13
We plan to turn off the In-app
Billing
Version 2 service on <strong>January
23
In-app
Billing
Version 3, please see <a href=
24
"{@docRoot}google/play/
billing
/billing_overview.html#migration">Migration
32
<li><a href="#
billing
-types">Product and Purchase Types</a></li>
33
<li><a href="#
billing
-arch">Service Architecture</a></li>
34
<li><a href="#
billing
-msgs">Service Messages</a></li>
36
<li><a href="#
billing
-request">Request messages</a></li
[
all
...]
billing_integrate.jd
1
page.title=Implementing In-app
Billing
<span style="font-size:16px;">(IAB Version 2)</span>
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
13
We plan to turn off the In-app
Billing
Version 2 service on <strong>January
23
In-app
Billing
Version 3, please see <a href=
24
"{@docRoot}google/play/
billing
/billing_overview.html#migration">Migration
31
<li><a href="#
billing
-download">Downloading the Sample</a></li>
32
<li><a href="#
billing
-add-aidl">Adding the AIDL file to your project</a></li>
33
<li><a href="#
billing
-permission">Updating Your Manifest</a></li>
34
<li><a href="#
billing
-service">Creating a Service</a></li
[
all
...]
billing_reference.jd
1
page.title=In-app
Billing
Reference <span style="font-size:16px;">(IAB Version 2)</span>
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
13
We plan to turn off the In-app
Billing
Version 2 service on <strong>January
23
In-app
Billing
Version 3, please see <a href=
24
"{@docRoot}google/play/
billing
/billing_overview.html#migration">Migration
31
<li><a href="#
billing
-codes">Server Response Codes</a></li>
32
<li><a href="#
billing
-interface">API Reference</a></li>
33
<li><a href="#
billing
-intents">Broadcast Intents</a></li>
39
<li><a href="{@docRoot}google/play/
billing
/v2/billing_integrate.html#billing-download">Sampl
[
all
...]
billing_subscriptions.jd
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
13
We plan to turn off the In-app
Billing
Version 2 service on <strong>January
23
In-app
Billing
Version 3, please see <a href=
24
"{@docRoot}google/play/
billing
/billing_overview.html#migration">Migration
34
<li><a href="#version">Checking the In-app
Billing
API Version</a></li>
39
<li><a href="#purchase-state-changes">Recurring
Billing
and Changes in Purchase State</a></li>
47
subscriptions work, see <a href="{@docRoot}google/play/
billing
/billing_subscriptions.html">In-app
Billing
Subscriptions</a>.</p>
52
<p>To help you get started with your In-app
Billing
implementation an
[
all
...]
/external/chromium_org/tools/sheriffing/
app.yaml
8
# Cloud Storage which requires
billing
info for the << $1 it will cost to
/frameworks/base/docs/html/google/
google_toc.cs
102
<div class="nav-section-header"><a href="<?cs var:toroot ?>google/play/
billing
/index.html" zh-cn-lang="?????">
103
<span class="en">Google Play In-app
Billing
</span></a>
106
<li><a href="<?cs var:toroot?>google/play/
billing
/billing_overview.html" zh-cn-lang="???????">
109
<li class="nav-section"><div class="nav-section-header"><a href="<?cs var:toroot?>google/play/
billing
/api.html" zh-cn-lang="????? API">
112
<li><a href="<?cs var:toroot?>google/play/
billing
/billing_integrate.html">
114
<li><a href="<?cs var:toroot?>google/play/
billing
/billing_reference.html">
118
<li class="nav-section"><div class="nav-section-header"><a href="<?cs var:toroot?>google/play/
billing
/v2/api.html">
121
<li><a href="<?cs var:toroot?>google/play/
billing
/v2/billing_integrate.html">
123
<li><a href="<?cs var:toroot?>google/play/
billing
/v2/billing_subscriptions.html">
125
<li><a href="<?cs var:toroot?>google/play/
billing
/v2/billing_reference.html"
[
all
...]
/frameworks/base/docs/html/distribute/monetize/
freemium.jd
3
page.metaDescription=Use Google Play In-app
Billing
and other tools to monetize your free apps.
4
page.tags="in-app", "
billing
", "iap", "monetizing"
10
using <a href="{@docRoot}google/play/
billing
/index.html">In-app
11
Billing
</a>. With this tool you can sell digital goods that are:
60
To get started with In-app
Billing
you need to set-up a Google Wallet
64
products</a> in the Developer Console, integrate the In-app
Billing
API into
subscriptions.jd
17
"{@docRoot}google/play/
billing
/index.html">In-app
Billing
</a> but made
33
"{@docRoot}google/play/
billing
/billing_subscriptions.html#trials">free trial
50
"{@docRoot}distribute/googleplay/developer-console.html#in-app-
billing
">In-app
51
Products</a> section of the Developer Console, integrate the In-app
Billing
58
<strong>Tip:</strong> Due to some direct carrier
billing
limits, we
Completed in 299 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>