Is it possible to use the same certificate for signing an app in debug and release? Why does there even have to be two separate certificates?
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.
Debug certificate is used during development.
Release certificate is used when you need to distribute your app via Google Play.
If you don’t want to distribute your app via Google, then perhaps you may stick to debug certificate. Note that debug shows/handle more of the logging stuff and makes your app run a little slower because of this.