Same Keystore for different app [duplicate]
Asked Answered
J

3

6

I have used always the same keystore and same alias key for all published app...

This is a right choice, or Should I use a different alias for each published app?

I haven't find really clear informations about the right use of keystore.

Jackleg answered 23/10, 2012 at 4:18 Comment(0)
W
8

Keystore file, or signing of the apps, represent that some developer or company certify that application has been developed or verified by that particular company or developer, not the application itself.

So, as far you are developing the app, with name of your company, or yours, you should sign app with same keystore, though not mandatory.

Wailful answered 23/10, 2012 at 4:41 Comment(3)
Omg. So far I always use different keystore. One keystore for one app.Lovegrass
Assume you have 2 apps, signed with same keystore. If you sell one of your apps to another party - then you will also be giving away the common keystore. So not sure, how that would play out.Gonfalon
Not mandatory. And not always a good idea, see: https://mcmap.net/q/36005/-can-i-use-the-same-keystore-file-to-sign-two-different-applicationsAuspicious
A
3

You can use same keystore for signing multiple applications.

There is no need to create new keystore file again and again.

You can follow this for reference.

Adel answered 23/10, 2012 at 4:24 Comment(0)
K
1

Sharing a keystore between multiple applications is a bad idea and isn't very secure.

  1. API Consoles that use a keystore for identification can get messy.
  2. If one app keystore is compromised, all apps are compromised
Koffler answered 15/9, 2015 at 21:4 Comment(1)
Does this still apply with regards to the new automatic app-signing that most platforms have started using?Podagra

© 2022 - 2024 — McMap. All rights reserved.