I starting now on my second app and was wondering whether I have to use the same keystore file for all my app’s or if I should generate a new one for a new app.
How are they meant to be handled?
I starting now on my second app and was wondering whether I have to use the same keystore file for all my app’s or if I should generate a new one for a new app.
How are they meant to be handled?
Well, the Keystore file contains a signature that identifies you as developer. If you create a new signature with the exact same data it will be a completely new signature. Naturally you would only use one signature unless you publish your apps as a different identity of some sort.
Google recommends to use the same signature for all your apps
Keep in mind that it’s vital to: