diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-02-21 14:29:33 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-02-21 14:29:33 -0800 |
commit | 959256498ab254a59617432f31205e000f3d8a8c (patch) | |
tree | b6b35cae2c576b91a679f09cb34eb07a75015af1 /docs/html/google/play/billing | |
parent | f7bf667d4a5e8e3fca75640f6352724826705128 (diff) | |
parent | 9de1383960314eed43c4df1c0bcc82cd883bd76f (diff) | |
download | frameworks_base-959256498ab254a59617432f31205e000f3d8a8c.zip frameworks_base-959256498ab254a59617432f31205e000f3d8a8c.tar.gz frameworks_base-959256498ab254a59617432f31205e000f3d8a8c.tar.bz2 |
am 9de13839: am d886d128: am efa92b0b: am f32cbc3d: Doc Change. Update docs to remove "Preview" from dev console, update screenshots, change key info for licensing/billing.
* commit '9de1383960314eed43c4df1c0bcc82cd883bd76f':
Doc Change. Update docs to remove "Preview" from dev console, update screenshots, change key info for licensing/billing.
Diffstat (limited to 'docs/html/google/play/billing')
-rw-r--r-- | docs/html/google/play/billing/billing_admin.jd | 2 | ||||
-rwxr-xr-x | docs/html/google/play/billing/v2/billing_integrate.jd | 31 |
2 files changed, 17 insertions, 16 deletions
diff --git a/docs/html/google/play/billing/billing_admin.jd b/docs/html/google/play/billing/billing_admin.jd index cfa7a30..91883da1 100644 --- a/docs/html/google/play/billing/billing_admin.jd +++ b/docs/html/google/play/billing/billing_admin.jd @@ -492,7 +492,7 @@ compatibility for apps that depend on the (former) developer key. </p> <div style="margin:1em;"> <img style="border:1px solid #ddd;padding-bottom:.5em" src="{@docRoot}images/in-app-billing/billing_app_key.png" xheight="510" id="figure4" /> <p class="img-caption" style="padding-left:.5em;"> - <strong>Figure 4.</strong> You can find the license key for each app in the <strong>Services & APIs</strong> panel. + <strong>Figure 4.</strong> You can find the license key for each app in the <strong>Services & APIs</strong> panel. </p> </div> diff --git a/docs/html/google/play/billing/v2/billing_integrate.jd b/docs/html/google/play/billing/v2/billing_integrate.jd index 7b748a3..f2846f0 100755 --- a/docs/html/google/play/billing/v2/billing_integrate.jd +++ b/docs/html/google/play/billing/v2/billing_integrate.jd @@ -170,15 +170,14 @@ your project</a>.</p> following:</p> <ol> - <li><strong>Add your Google Play public key to the sample application code.</strong> + <li><strong>Add your app's public key to the sample application code.</strong> <p>This enables the application to verify the signature of the transaction information that is returned from Google Play. To add your public key to the sample application code, do the following:</p> <ol> - <li>Log in to your Google Play <a href="http://play.google.com/apps/publish">publisher - account</a>.</li> - <li>On the upper left part of the page, under your name, click <strong>Edit - Profile</strong>.</li> + <li>Log in to your Google Play <a href="http://play.google.com/apps/publish">Developer + console</a>.</li> + <li>On the upper left part of the page, All Applications, click the application name.</strong>.</li> <li>On the Edit Profile page, scroll down to the <strong>Licensing & In-app Billing</strong> panel.</li> <li>Copy your public key.</li> @@ -1044,14 +1043,14 @@ obfuscate your code.</p> <p>You will need to use your Google Play public key to perform the signature verification. The following procedure shows you how to retrieve Base64-encoded public key from the Google Play -publisher site.</p> +Developer Console.</p> <ol> <li>Log in to your <a href="http://play.google.com/apps/publish">publisher account</a>.</li> - <li>On the upper left part of the page, under your name, click <strong>Edit profile</strong>.</li> - <li>On the Edit Profile page, scroll down to the Licensing & In-app Billing panel (see figure - 2).</li> - <li>Copy your public key.</li> + <li>On the upper left part of the page, click <strong>All applications</strong> and then click + the app name in the listing.</li> + <li>Click <em>Services & APIs</em> and find "Your License Key for this Application" on the page. </li> + <li>Copy the app's public key.</li> </ol> <p class="caution"><strong>Important</strong>: To keep your public key safe from malicious users and @@ -1060,11 +1059,13 @@ runtime from pieces or use bit manipulation (for example, XOR with some other st actual key. The key itself is not secret information, but you do not want to make it easy for a hacker or malicious user to replace the public key with another key.</p> -<img src="{@docRoot}images/billing_public_key.png" height="510" id="figure2" /> -<p class="img-caption"> - <strong>Figure 2.</strong> The Licensing and In-app Billing panel of your account's Edit Profile - page lets you see your public key. -</p> +<div style="width:640px;"> +<img src="{@docRoot}images/licensing_public_key.png" class="frame"> +<p class="img-caption"><strong>Figure +2.</strong> An app's license key is available from the Services & APIs page in +the Developer Console.</p> +</div> + <h2 id="billing-implement">Modifying Your Application Code</h2> |