I have 5 apps signed with one keystore file. Now I want to create a separate keystore for one app and keep the package id unchanged.
How can I do it?
I have 5 apps signed with one keystore file. Now I want to create a separate keystore for one app and keep the package id unchanged.
How can I do it?
If you are using a keystore with single alias or key, then it means all apps are signed with same key. In this case, it is not possible to change the key to sign the app for submitting in Google's Play console. You must always use the same key to sign the apps for submitting updates.