简体   繁体   中英

App different package name but same signing key?

My android app has same signing key but different package name does it give any impact on my existing app, I want to know once i publish it , it will install as an update or as a complete new app ?

Because i want to update my app!

No impact.

Package manager use package name to identify each apk.

Signing key are used only during update process for check is apk will be replaced by the apk from the same developer or not.

Edit (due to question was edited):

  1. You can't update your application if new APK has different package name.
  2. You can have two applications signed by the same key installed on the same device.

It is better to create a different signing key for new package name but you can add another application with same signing key. This will be treated as a new application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM