android-market

What are your experiences selling on the Android Market?

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 Developers, or simultaneously developing for iPhone AND Android? What have your experiences been for developing and selling your apps on the Androi...

how to Delete published application from my android market account?

I have published the apk files at android market site with a bug. But i want to remove that application from the android market. How to Delete a published application from my android market account? Below Scenario’s tried for delete application: * From the application page click the upgrade>>click the delete button bottom of the page. ...

Is there a limit to the size of an application in the Android Marketplace?

I know from reading this: http://stackoverflow.com/questions/1230457/is-there-a-size-limit-for-ota-android-market-downloads/1232145#1232145 That there wasn't a limit to the size of an application that could be downloaded over the air (OTA) but I wonder if a limit, like that imposed by the Apple App Store (20MB) exists now that the Nexu...

How does Android Market secure my application against distribution?

Up to now, I've only distributed a few apps by sending .apk files around. I was wondering how Android Market prevents users from distributing a paid application to other people. ...

Android Certificate Changed?

I recently formatted my computer and updated to Windows 7. I backed up my keystore and tried to sign my apk with it but it gave me an error that said my certificate expires in 22yrs. which is just shy of what the market requires to upload the apk. So now I am stuck not being able to update my app... How did this happen? Is there a way ...

Get rid of all user data of Android application after bigger update

Hi, I completely revamped an app. Tested it for a while on my device and emulator. The app worked fine. However when I updated the app through the Android market, my users experienced crashes. Since there is no way to properly debug this procedure I asume the crash is caused by old data which is not being removed from the device (proba...

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? ...

Application Publisher

Hi, 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 and I don't have any friends in US or UK. Does anyone know of a person/company who would publish my pro application on my behalf? Googl...

Unlock Key Component

Hi, I have almost completed my Android application so am considering ways of distributing the application. I have seen some applications on Market have free limited/locked version and separate Unlock Key/License Key which unlocks extra functionality. How is this done? Has anyone here done this? If so, how well does it work? I am thin...

How to link paid app user account to the system ?

Hi guys, I have an issue related publishing the paid app to android market. (My application is internet connection based app.) If I've put the app to the android market, can user who bought the app pass to anyone ? How is its security (I mean safe of .apk file) ? Also, what is payment tool of android market ? My main point is choosi...

Splitting android application in to two 'branches', free and paid.

I've developed an android-application that I'dd like to put up on the marketplace. However, I want to split it into two separate applications, one free (with ads), and one paid (logically without ads). How would I go about doing that? I'm not wondering about adding ads (I've alreaddy managed that), but how to take one existing android-ap...

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 assumes that you are the developer of the app in question and know the exact package name. Is there any way to get the package name, other th...

Android Marketplace, how would I email a link that would open the Market place from a device?

I want to offer a webform on my app's website that sends an email to the provided address, that if opened from a Android device would launch the marketplace on the phone. I have used the following: http://market.android.com/details?id=package.apk It takes me to a loading screen, but I get Sorry, the application Market (process.com.a...

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 because it is signed by a new certificate. I realize the users will have to uninstall the current version to get the upgrade but it's not clear ...

How to distribute Flash apps on Android?

Hello, As I know Android Froyo will support Flash 10.1. I just wonder how Flash apps could be distributed on Froyo based device. Will Google allows distribute Flash apps by Android Market? Or, any other ways for it? Regards, Wonil. ...

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 name so that installing one overwrites the other, but apps in the Market must be unique by package name. What are some patterns and best p...

Does the android market use your merchant API callback URL during the Google checkout process for paid applications?

If I have a paid app on Android Market, will my merchant API callback URL get a hit when the customer goes to check out? I am wondering how merchants/vendors/developers secure their applications for android market. I have used google checkout before to implement a custom integration, so I understand how that all works. What I do not see...

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 & B Version 3.0 => Signed with Certificate B The Android Market does give me some hope but I am not sure what to make of it, when I upload w...

Android 2.0 App not available on 2.2 devices

Has anyone seen that their applications built against Android 2.0 (minSdkVersion="5") are not showing up at all in the market for 2.2 devices? Does anyone know a workaround (aside from building for 2.2). Thanks, Craig ...

How do you remove your own app from the android market

I uploaded an app onto the android market, but i found a bug in it and want to remove it for now. How can I do that? Solution as mentioned below: From the developer console, click the link for your app. Scroll to the bottom, there are 2 buttons - "Unpublish" and "Save". Click "Unpublish" ...