Do I need to use different certificates to sign different apps if they are all published under the same Google Play account or can I use always the same? If there is no particular requirement, what is the best practice?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to publish all your applications on the same Developper Accout with the same certificate, and can use one certificate per application.
But you must publish updates of an application using the same certificate it has first been published with. This mean that you should make sure that your keystore is saved in severall place.
The best practice is to have a single keystore per developper account, as application using the same certificate can run in the same process, and share data in a secured way (as per the Documentation).