Reputation: 33
I'm using app signing by Google play for my first app. I created a new app with a new signing certificate, but I want to use the same upload certificate. Is it possible to use the same upload certificate for multiple apps in Google Play Console? If so, is this a good practice? What potential problems are there?
Upvotes: 3
Views: 1862
Reputation: 17437
It is possible, yes.
In general, sharing keys across apps is not recommended (upload or signing), since losing/compromising one will compromise all apps sharing the same key, but because the upload key can easily be reset, it is not as big of an issue.
Make sure to use a different app signing certificate for the app though, unless the two apps need to share a process.
Upvotes: 7