How to publish Android application with different accounts

595 Views Asked by At

I register and buy an android market account and publish the application. But now I want to publish it using another account. Is there any easy way to transfer my published application from A account to B?

Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

I think you can't just unpublish it with account A and then publish the same APK with account B. The key that you use to sign the apk is what the market uses to determine if it is the same app. So your users should still get update notices. The only side effect of this that I can think of is that your app downloads counter will reset to 0. I have not done this before but I see no reason it wouldn't work