/frameworks/base/docs/html/distribute/monetize/ |
D | subscriptions.jd | 3 page.metaDescription=Sell subscriptions to your products to create continuing revenue streams. 22 When users purchase subscriptions in your apps, Google Play handles all 24 transactions. Google Play processes all payments for subscriptions through 39 subscriptions within your apps. This way you can offer users basic or core 41 features or content as subscriptions. You can have multiple subscriptions 46 To get started with subscriptions you need to set-up a Google Wallet <a href= 48 Account</a> from the Developer Console. You then define subscriptions for 59 recommend monthly subscriptions. Annual subscriptions may exceed limits, 69 data-query="collection:distribute/monetize/subscriptions"
|
D | premium.jd | 34 "{@docRoot}distribute/monetize/subscriptions.html">subscriptions</a> or
|
D | ads.jd | 16 "{@docRoot}distribute/monetize/subscriptions.html">subscription</a> apps.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerSignalTest.java | 163 List<SubscriptionInfo> subscriptions = new ArrayList<>(); in testHasCorrectMobileControllers() local 172 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers() 174 assertTrue(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers() 179 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers() 180 assertFalse(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers() 196 List<SubscriptionInfo> subscriptions = new ArrayList<>(); in testSetCurrentSubscriptions() local 209 subscriptions.add(mockSubInfo); in testSetCurrentSubscriptions() 216 mNetworkController.setCurrentSubscriptions(subscriptions); in testSetCurrentSubscriptions()
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 6 page.tags="subscriptions, billing, inapp, iap" 7 meta.tags="monetization, inappbilling, subscriptions" 17 annual subscriptions.</li> 18 <li>You can manage subscriptions through the Developer Console, or by using 22 <li>Users purchase your subscriptions from inside your apps, rather than 46 implementation to sell subscriptions.</p> 48 specific to subscriptions, along with some strategies for the associated billing 54 recurring, automated billing at the interval you specify. You can sell subscriptions to almost 58 <p>As with other in-app products, you configure and publish subscriptions using 66 <p>When users purchase subscriptions in your apps, Google Play handles all [all …]
|
D | index.jd | 2 …etaDescription=In-app Billing lets you sell digital content as one-time purchases or subscriptions. 4 meta.tags="monetizing, inappbilling, subscriptions" 18 <li><strong>Seasonal subscriptions</strong>—You can now set up a 38 …I that is easier to implement and lets you manage in-app products and subscriptions more effective… 61 products and subscriptions from inside an app.</p>
|
D | gp-purchase-status-api.jd | 41 purchases and subscriptions, you may find this API very useful.</p> 51 app subscriptions</li> 67 API</a> lets you manage in-app purchases and subscriptions. (This was 105 subscriptions. In addition, with the Subscriptions and In-App Purchases API you 124 …evelopers.google.com/android-publisher/api-ref/purchases/subscriptions">Purchases.subscriptions</a> 202 cache the purchase details for in-app products and subscriptions on your backend 210 subscriptions only at or after the expiration (see below).</li> 215 query each day to check the status of expiring subscriptions, then update the database. 218 <li>Your servers should not query all subscriptions every day.</li>
|
D | billing_overview.jd | 11 recurring subscriptions.</li> 83 href="{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a></li> 108 — <em>managed in-app products</em> and <em>subscriptions</em>. Google Play 109 handles and tracks ownership for in-app products and subscriptions on your 118 one-time purchase and recurring subscriptions. For each item, you can define 146 provides a sample application that demonstrates how to sell in-app products and subscriptions 170 <li>Managed items and subscriptions that you have previously defined in the Developer Console will
|
D | api.jd | 45 …ering In-app Billing</a>. The Version 3 API supports managed in-app products and subscriptions.</p> 53 monthly or annual billing. You can sell subscriptions to almost any type of 55 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app B… 57 subscriptions and retrieving subscription purchase information as with in-app 60 subscriptions cannot be consumed.</p>
|
D | versions.jd | 39 <li>Adds support for subscriptions, including free trial period.</li>
|
D | billing_integrate.jd | 319 consumable, but subscriptions are not.</p> 358 <p>To query for active subscriptions, use the {@code getPurchases} method, again 364 <p>The call returns a {@code Bundle} with all the active subscriptions owned by
|
D | billing_admin.jd | 56 subscriptions, or a combination of both. For each item, the product list contains information such … 100 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no… 206 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no…
|
D | billing_reference.jd | 111 subscriptions.</td>
|
D | billing_testing.jd | 137 <li>Test purchases are only supported for in-app products, not for in-app subscriptions.</li>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 15 purchase in-app items and subscriptions through the Version 2 API</strong>. 46 specific to subscriptions with the Version 2 API. To understand how 47 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app B… 53 subscriptions, an updated Version of the In-app Billing sample app is available. 61 <p>With subscriptions, your app uses the standard In-app Billing application 85 <p>Central to the end-to-end architecture for subscriptions is the purchase 129 subscriptions.</p> 142 indicates that subscriptions are supported.</p> 163 <p>Here’s an example of how to test support for In-App Billing v2 and subscriptions 205 subscriptions are supported, you can present subscription products to the user [all …]
|
D | billing_reference.jd | 15 purchase in-app items and subscriptions through the Version 2 API</strong>. 436 <h3 id="http-api">REST API for subscriptions</h3> 437 …ckend servers as a way of securely managing subscriptions, as well as extending and integrating su…
|
D | api.jd | 15 purchase in-app items and subscriptions through the Version 2 API</strong>. 103 directly. For more information about subscriptions and how to sell them in your 228 href="{@docRoot}google/play/billing/billing_admin.html#billing-purchase-type">subscriptions</a>. 516 <li>To support subscriptions, version 3.5 or higher of the Google Play app is required. </li>
|
/frameworks/base/media/java/android/service/media/ |
D | MediaBrowserService.java | 90 HashSet<String> subscriptions = new HashSet(); field in MediaBrowserService.ConnectionRecord 257 if (!connection.subscriptions.remove(id)) { in removeSubscription() 377 if (connection.subscriptions.contains(parentId)) { in notifyChildrenChanged() 408 final boolean added = connection.subscriptions.add(id); in addSubscription()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerImpl.java | 429 List<SubscriptionInfo> subscriptions = mSubscriptionManager.getActiveSubscriptionInfoList(); in updateMobileControllers() local 430 if (subscriptions == null) { in updateMobileControllers() 431 subscriptions = Collections.emptyList(); in updateMobileControllers() 434 if (hasCorrectMobileControllers(subscriptions)) { in updateMobileControllers() 441 setCurrentSubscriptions(subscriptions); in updateMobileControllers() 455 void setCurrentSubscriptions(List<SubscriptionInfo> subscriptions) { in setCurrentSubscriptions() argument 456 Collections.sort(subscriptions, new Comparator<SubscriptionInfo>() { in setCurrentSubscriptions() 466 mSignalClusters.get(i).setSubs(subscriptions); in setCurrentSubscriptions() 468 mCurrentSubscriptions = subscriptions; in setCurrentSubscriptions() 473 final int num = subscriptions.size(); in setCurrentSubscriptions() [all …]
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | developer-console.jd | 378 You can also offer in-app products and subscriptions, whether the app is free 380 subscriptions. 419 You can sell in-app products and subscriptions using <a href= 422 subscriptions are recurring charges on a monthly or annual basis. 431 <li>Create product lists for in-app products and subscriptions. 447 "{@docRoot}distribute/monetize/subscriptions.html">Subscription</a>
|
D | start.jd | 107 If you want to sell priced apps, in-app products, or subscriptions, you’ll
|
/frameworks/base/docs/html/distribute/essentials/best-practices/ |
D | apps.jd | 168 Billing</a> to offer subscriptions to extended features.
|
/frameworks/base/docs/html/about/ |
D | index.jd | 108 free, with in-app products or subscriptions—for highest engagement and
|
/frameworks/base/docs/html/distribute/users/ |
D | expand-to-new-markets.jd | 206 the prices of your products: apps, in-app products, and subscriptions. You
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 417 "{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a> 427 priced</strong>). You can also sell in-app products and subscriptions. 460 subscriptions from inside your app. This can help you to monetize the app
|