• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=The Developer Console
2@jd:body
3
4
5<p>Once you've <a
6href="{@docRoot}distribute/googleplay/publish/register.html">registered</a> and
7received verification by email, you can sign in to your Google Play Android
8Developer Console, which will be the home for your app publishing operations and
9tools on Google Play. This sections below introduce a few of the key areas
10you'll find in the Developer Console.</p>
11
12<div style="width:610px;margin-left:">
13<div style="width:610px;border:1px solid #DDD;">
14<img src="{@docRoot}images/gp-dc-home.png" style="width:600px;padding:4px;margin-bottom:0em;">
15</div>
16<p class="image-caption" style="padding:.5em"><span
17style="font-weight:500;">Developer Console home page</span>: Gives you a quick
18overview of your apps, lets you jump to stats, reviews, or product details, or
19upload a new app. </p>
20</div>
21
22<h3 id="profile">Your Developer Profile</h3>
23
24<div style="width:408px;float:right;margin:1.5em;">
25<div style="width:410px;border:1px solid #DDD;">
26<img src="{@docRoot}images/gp-dc-profile.png" style="width:400px;padding:4px;margin-bottom:0em;">
27</div>
28<p class="image-caption" style="padding:.5em"><span
29style="font-weight:500;">Developer profile</span>: Specifies your developer
30identity and contact information, stores your developer key, and more.</p>
31</div>
32
33<p>Your developer profile identifies you to Google Play and to your customers.
34During registration you can provide information for your profile, but you can go
35back at any time to edit the information and change your settings. </p>
36
37<p>Your developer profile contains:</p>
38<ul>
39<li>Your developer name &mdash; the name you want to show users on your product
40details page and elsewhere on Google Play.
41<li>Your developer contact information &mdash; how Google can contact you if
42needed (this information isn't exposed to users.
43<li>Merchant information, in-app billing information.</li>
44<li>Your developer public key for licensing and In-app Billing.</li>
45</ul>
46
47<h3 id="user-accounts">Multiple user accounts</h3>
48
49<p>If you are working with a team, you can set up multiple user accounts to
50access different parts of your Developer Console. The first account registered
51is the <em>account owner</em>, with full access to all parts of the Console. The
52owner can add <em>user accounts</em> and manage what parts of the Console they
53have access to. For example, an owner can grant users access to publishing and
54app configuration, but not access to financial reports. </p>
55
56<h3 id="merchant">Linking your Merchant Account</h3>
57
58<p>If you want to sell apps or in-app products, you can link your Google
59Checkout Merchant account to your developer profile. Google Play uses the linked
60Checkout account for financial and tax identification and monthly payouts of
61sales. </p>
62
63<div style="width:410px;float:right;margin:1.5em;">
64<div style="width:410px;border:1px solid #DDD;">
65<img src="{@docRoot}images/gp-dc-details.png" style="width:400px;padding:4px;margin-bottom:0em;">
66</div>
67<p class="image-caption" style="padding:.5em"><span
68style="font-weight:500;">Product details page</span>: Lets you upload your
69graphic assets, description, support information, and other information to
70create the product details page for a specific app.</p>
71</div>
72
73<h3 id="details">Your product and listing details</h3>
74
75<p>The Developer Console lets you set up a colorful storefront page for your app
76called the <em>product details page</em>. Your product details page is the home
77for your app in Google Play &mdash; it's the page users see on their mobile
78phones or on the web when they want to learn about your app and download it.
79</p>
80
81<p>You can upload custom brand assets, screen shots, and videos to highlight
82what's great about your app, and you can provide a localized description, add
83notes about the latest version, and more. You can update your store listing at
84any time, even if you don’t have a new version of your application.</p>
85
86<h3 id="uploading">Uploading and publishing</h3>
87
88<p>From the Developer Console you can quickly upload a release-ready APK and
89publish it when you're ready. The app is a <em>draft</em> until you publish it,
90at which time Google Play makes your product details page and app available to
91users. You can unpublish the app at any time.</p>
92
93<h3 id="controls">Distribution Controls</h3>
94
95<p>In the Developer Console you can manage what countries and territories the
96app is distributed to and, for some countries, you can choose what carriers you
97want to target.</p>
98
99<p>You can also see the list of devices that your app is currently available to,
100based on any distribution rules declared in its manifest file.</p>
101
102<h3 id="profile">Selling and pricing your Products</h3>
103
104<p>The Developer Console gives you tools to set prices for your apps and in-app
105products. Your app can either be free to download or priced (charged before
106download). </p>
107
108<div class="sidebox-wrapper">
109<div class="sidebox">
110<p>See <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294&topic=2365624&ctx=topic">Supported locations for distributing applications</a> for a list of countries where you can distribute or sell your app,</p>
111</div>
112</div>
113
114<ul>
115<li>If you publish your app as free, <span style="font-weight:500;">it must
116remain free</span>. Free apps can be downloaded by any users in Google
117Play.</li>
118<li>If you publish it as priced, you can change it to free, Priced apps can be
119purchased and downloaded only by users who have registered a forms of payment
120in Google Play.</li>
121</ul>
122
123<p>In addition, you can sell in-app products and subscriptions in your app,
124whether it is free or priced. You can set prices separately for priced apps,
125in-app products, and subscriptions.</p>
126
127<p>If you are selling a priced app or in-app products or subscriptions, the
128Developer Console lets you set prices in a large number of different currencies.
129When users around the world visit your product details page, they see the price
130of your app in their own currency. For most countries, the price you set is the
131final price charged to users, inclusive of taxes. </p>
132
133<p>To help you manage your prices, the Developer Console provides an autofill
134capability that uses recent exchange rates to populate the prices in all
135supported currencies. You can change prices for apps and in-app products at any
136time, just by saving changes in the Develoer Console.</p>
137
138<h3>In-app Billing</h3>
139
140<div class="sidebox-wrapper">
141<div class="sidebox">
142<h2>In-app Billing</h2>
143<p>For details on how to implement In-app Billing, see the
144<a href="{@docRoot}google/play/billing/index.html">In-app Billing</span></a>
145developer documentation.</p></div></div>
146
147<p><a href="{@docRoot}google/play/billing/index.html">In-app Billing</a> is a Google Play service that lets you monetize your apps in more ways by selling in-app products and subscriptions. In-app products are one-time purchases, while  subscriptions are recurring charges on an monthly or annual basis.</p>
148
149<p>From the Developer Console you can create product lists for in-app
150products and subscriptions, set prices, and publish.</p>
151
152<div style="width:410px;float:right;margin:1.5em;">
153<div style="width:410px;border:1px solid #DDD;">
154<img src="{@docRoot}images/gp-dc-reviews.png" style="width:400px;padding:4px;margin-bottom:0em;">
155</div>
156<p class="image-caption" style="padding:.5em"><span style="font-weight:500;">User
157reviews page</span>: Gives you access to user reviews for a specific app.
158You can filter  reviews in a number of ways to locate issues more easily
159and support your customers more effectively.</p>
160</div>
161
162<h3>User reviews and error reports</h3>
163
164<p>Google Play makes it easy for users to submit reviews of your app for the
165benefit of other users. The reviews are also extremely important to you, since
166they give you usability feedback, support requests, and important functionality
167issues direct from your customers. </p>
168
169<p>The Developer console also lets you see error reports, with stack trace and
170other data, submitted automatically from Android devices, for debugging and
171improving your app.</p>
172
173<h3>App statistics</h3>
174
175<p>The Developer Console gives you detailed statistics on the install
176performance of your app. </p>
177
178<p>You can view installations of your app measured by unique users, as well as
179by unique devices. For user installations, you can view active installs, total
180installs, and daily installs and uninstalls. For devices, you can see active
181installs as well as daily installs, uninstalls, and upgrades.</p>
182
183<p>You can zoom into the installation numbers along several dimensions,
184including Android platform version, device, country, language, app version, and
185carrier (mobile operator). You can see the installation data for each dimension
186on a timeline charts.</p>
187
188<p>At a glance, these charts highlight your app’s installation peaks and
189longer-term trends, which you can correlate to promotions, app improvements, or
190other factors. You can even focus in on data inside a dimension by adding
191specific points (such as individual platform versions or languages) to the
192timeline.</p>
193
194<div style="width:610px;margin:1.5em;margin-left:0">
195<div style="width:610px;border:1px solid #DDD;">
196<img src="{@docRoot}images/gp-dc-stats.png"
197style="width:600px;padding:4px;margin-bottom:0em;">
198</div>
199<p class="image-caption" style="padding:.5em"><span style="font-weight:500;">App
200installation statistics page</span>: Shows you a variety of statistics about a
201specific app's installation performance over time.</p>
202</div>
203