Android Market is an online package distribution platform developed by Google for Android devices. It is preinstalled on most Android devices and allows users to download mobile apps published by third-party developers.
176
votes
7answers
16k views
What are your experiences selling on the Android Market? [closed]
I've been hearing some good things about Google's Android Market recently, and I might look into developing for android (currently develop for iPhone OS) at some point. Are any of you Android ...
34
votes
10answers
2k views
“To Do” list before publishing android app to market
I'm just about ready to publish my first app to the android market, and although I've been through a bunch of threads already about publishing apps, I'd like to know if any of you have ANY tips about ...
26
votes
4answers
4k views
Application Error : This version of the application is not configured for Market Billing
Since a couple of days it's possible to use in-app-billing in Android apps. Very cool of course. So, I started working on a update for my application to implement this. But now I run into some ...
23
votes
7answers
21k views
How to install Android Market App on the emulator?
I am not able to access android market through emulator.
20
votes
1answer
1k views
In-App Billing Security and Design questions
I have a few questions connected to Android In-App Billing:
Is it possible to make a purchase from non-Market app? I understand that it would be a vulnerability, but I have no opportunity to find ...
16
votes
5answers
5k views
Get referrer after installing app from Android Market
I am trying to register a Broadcast Receiver that catches "com.android.vending.INSTALL_REFERRER" intents launched by Android after an app is installed from the Market.
I am following the details ...
15
votes
3answers
2k views
Transparent png on android market for high resolution asset
I'm trying to upload a logo with a transparent background to the android market. For some reason, my png is getting transformed by the market in a way that removes the transparency.
My designer is ...
15
votes
6answers
3k views
Distributing Android apps outside of the Android Market
What's your experience distributing Android apps outside of the Android Market?
Which alternative markets an Android developer should consider? Any success/horror stories?
14
votes
2answers
3k views
How does the Android Market search engine work? [closed]
How do you improve the position of an app in Android Market search results? The apps don't seem to be sorted on downloads.
Edit: The scope of this question is limited to working with the Android ...
13
votes
3answers
489 views
How to query (price) information for multiple in-app products at once?
In Android in app billing is it possible to somehow query (price) information for all products using one query? Optimally you could pass in the product IDs and it would return information for those.
...
13
votes
5answers
617 views
Target only high-resolution (pixels) devices on Android Market
I want to publish an application that specifically runs only on 800x480 or higher screens.
I don't want users with 480x320, 320x240 etc devices to get it from Android Market. How do I configure it?
...
11
votes
2answers
1k views
Selling apps as a private individual on Android Market
I have spent a while developing an Android app, and am hoping to publish in the coming days. From the Market console, I have tried to make my Checkout account a Merchant account, for which I need to ...
10
votes
2answers
1k views
How to create a UI like the new market or Google plus?
I was wondering if there is an "official" way to create apps for Android that will have the same design as the new Android market or Google+ app. By that I mean having the possibility to slide to the ...
10
votes
4answers
6k views
what is Promotional and Feature graphic in Android Market?
What does it mean and need wheather we are uploading our app into the market? Please Explain or give me a related links.
Thanks in advance.
9
votes
4answers
233 views
Share Android Market's “Crash errors” information with developers
Android Market's "Crash errors" page is very useful for developers.
But how to use it in a team?
The crash information page should be visible by all developers, but I can't give my password as it ...
9
votes
4answers
922 views
How to test android referral tracking?
I'm implementing some code to do my own referral tracking on downloads from the Android market.
See Android referral tracking does not work for an idea of what my app is doing.
How can I test if ...
9
votes
5answers
705 views
How to prevent the Android Market from JPEG-compressing the Promotional Graphic PNG?
I recently uploaded a new application to the Android Market (this application).
I also uploaded a hi-res application icon, a feature graphic and a promotional graphic.
However, the promotional ...
9
votes
1answer
1k views
Disable LogCat Output COMPLETELY in release Android app?
Shutting off my own app's LogCat output before releasing an app to the market is straightforward. I also know how to selectively filter LogCat message by tag and/or id for my own debug convenience.
...
9
votes
3answers
2k views
Best time/day to publish to Android Market?
What is the best day and time of day to publish app (or its updates) to the Market? What have you found to work best and generate maximum number of downloads/sales?
9
votes
5answers
2k views
Application does not show up in Android Market for Motorola XOOM tablet
We have an android application, manifest of which sets the following configurations:
minsdkVersion = "4"
<supports-screens
android:normalScreens="true"
...
9
votes
2answers
3k views
How to sign an APK with more than one certificate?
How do I sign an APK with more than one certificate, so that I can do this when I publish to the Android Market:
Version 1.0 => Signed with Certificate A
Version 2.0 => Signed with Certificate A ...
8
votes
3answers
187 views
App file size differences in Android and iOS
Working with both app distributions services (android market and Apple App store) I have discovered a mystery.
The file size of an app is in general larger for an Apple app than for a Android app.
I ...
8
votes
1answer
70 views
Android Market masked e-mail lifetime
When people buy apps on Android Market, Google does not, by default, disclose their e-mail addresses to the seller; instead, the seller gets a masked address along the lines of ...
8
votes
5answers
349 views
How to prevent some users from upgrading application from Android market?
We have an application, that can itself be downloaded for free, but works with paid, licensed data. Some users buy particular version of the data while others buy right to use latest data for some ...
8
votes
2answers
3k views
Is there a size limit for Android Market downloads?
On the iPhone, if an application is over 10MB, the iPhone will not allow you to download it over the celluar data network, requiring you to either download over wifi, or via iTunes on your computer. ...
7
votes
1answer
321 views
Got a stacktrace from Android Market that mentions a competitor's app
Does anyone know what this could possibly mean? Apparently someone else's app caused mine to crash? And it happens to be an app that directly competes with mine:
java.lang.RuntimeException: Unable ...
7
votes
1answer
757 views
Android In App Billing DEVELOPER_PAYLOAD not coming through
Hey everyone. I've been playing around the the Dungeons app and also my own billing code and pretty much have everything working except for one strangeness.
It seems that no matter what I do I can't ...
7
votes
2answers
1k views
Is there a good site for tracking your ranking on Android Market?
Is there a good site for tracking what your app's ranking is per category on Android market. A long time ago androidstats.com seemed to work, but its long history.
Thanks if anyone knows.
7
votes
2answers
5k views
Android - How to intercept the 'Install application' intent
OK, so not entirely sure this is possible...
But trying to write an application so that I can run some code before any of the following activities are performed.
1) APK is downloaded from web and ...
7
votes
4answers
11k views
How to link to Android Market app
What's the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)?
For iPhone I use the itunes.apple.com app ...
7
votes
5answers
12k views
Find package name for Android apps to use Intent to launch Market app from web
I'm creating a mobile website that will include a page from which people can download relevant apps that we recommend. I've found instructions for creating the links to launch the Market but this ...
7
votes
4answers
603 views
Application Publisher
I am about to finish my Android application. I would like to provide lite version and more complete paid pro version. Unfortunately, Google does not allow Australian developers to sell applications ...
6
votes
1answer
104 views
Android Application is not working in China
I developed an application for Taiwan which has Google map in it. Now it's on market but when Chinese people try to install it, it gives an error as follow:
"The Application does not install ...
6
votes
3answers
127 views
In the BillingService module, what needs to be modified to increase security?
The comment for the class BillingService recommends that:
You should modify and obfuscate this code before using it.
OK, but what must be modified?
The class name? The TAG used for logging? ...
6
votes
2answers
235 views
Android promo code
I am trying to deliver some promo codes to some users but I just realized that Android Market doesn't have this feature, like shown
here: ...
6
votes
1answer
100 views
is it possible release an updated app by signing it with a different certificate than the one originally used
Is it possible to release an update of an android app by signing it with a different certificate than the one originally used? I know it gives an error message normally when we try to upload such a ...
6
votes
1answer
500 views
Updated Screen Sizes Chart
Google provides a chart of Android screen sizes, based on devices accessing the Android Market. Unfortunately, it's very old; it's from August 2010.
Is there somewhere I can find fresher data?
(Why ...
6
votes
1answer
290 views
Can I verify the transaction information of in-app billing with the Android Market server directly?
If I have the transaction information json string:
{ "nonce" : 1836535032137741465,
"orders" :
{ "notificationId" : "android.test.purchased",
"orderId" : ...
6
votes
2answers
368 views
How can I test Android Market Filtering before publishing my app?
I want to modify my AndroidManifest.xml with various permissions and features and test how my app will be filtered according to those changes. Is there any way to do this without publishing my app, ...
6
votes
1answer
716 views
In-app billing in Android - questions
I have several questions about the Android in-app billing, as I cannot find what I need in the documentation.
1: It does require Android 1.6 or higher, AND Market 2.3 or higher. How can I install ...
6
votes
2answers
209 views
How do you realise two versions of an app on the Market?
I would like to add two versions of my app to the Android Market, one for a few cents, and one free version, with ads. That's a very common practice.
I'm currently building AdMod into my app, and it ...
6
votes
2answers
1k views
How often do Market app statistics update?
I uploaded my app to the market last night, and after an hour or so it showed 107 installs, 88 active, 2 comments. It still says that (12+ hours later), even though when I click comments there are ...
6
votes
3answers
634 views
How does the Android Market work for developers?
I have some quetions:
Should I buy any license to distribute my applications?
Which profit from the sale of applications?
(sorry, I dont speak english very well :P )
6
votes
2answers
678 views
Options and best practices to release free and paid version of the same app to Android Market
I have installed a couple of free apps on my Android phone and then later "upgraded" to the paid full version. My first instincts for doing the same would be to create two apps with the same package ...
6
votes
1answer
499 views
Lost cert for published app
I have a free app published in Android market. I have lost the certificate used to sign the current version but I want to publish an updated version. Android market refuses to accept my upgrade ...
5
votes
3answers
327 views
App won't display on market for HTC Sensation
I have an app that seems downloadable to all phones except the HTC Sensation. My friend with the Sensation also has 2 other phones (of a lower SDK type) that he is able to install to. I can't figure ...
5
votes
3answers
297 views
What is an optimum size for an Android app?
My app is around 1.5MB at the moment. Is that on the higher size?
What is the average size for an Android app and is there an upper limit placed on it by Google?
5
votes
1answer
92 views
The right way to provide a Premium update to a free Android App
I have been developing a free game (with ads) on the Android Market. Now quite a few people are requesting me to do a paid version without ads. I have no experience in keeping multiple versions of a ...
5
votes
2answers
795 views
Android Market and APK file name
Does it matter what I name the final .apk file that I will be uploading to the android market? Can the user see the name of the file?
5
votes
4answers
851 views
How to copy protect PhoneGap Android app ? Is Android Market Copy protect feature useful?
I have PhoneGap app in Android. Now I am ready to publish it, but I would like to protect the app from eyes of script-kiddies. I first thought that it is impossible, than I have discovered "Copy ...