Zijian
Zijian

Reputation: 227

Can I sign my android app with multi certificates?

Someone gave me an android app signed with a debug certificate, I've published this app but I regret. Now I want to upgrade the app and add a release certificate as well as the ancient debug certificate.Is that possible? If possible, can I remove the debug certificate and keep only the release one in the next version?

Upvotes: 0

Views: 357

Answers (1)

Elye
Elye

Reputation: 60351

That is not possible. You need to republish as a new App if you plan to sign with different certificate, As stated in

http://developer.android.com/tools/publishing/app-signing.html

If you publish an app to Google Play and then lose the key with which you signed your app, you will not be able to publish any updates to your app, since you must always sign all versions of your app with the same key.

Upvotes: 1

Related Questions