Nikita Kazantsev
Nikita Kazantsev

Reputation: 33

Using the same upload certificate for multiple apps in Google Play Console

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

Answers (1)

Pierre
Pierre

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

Related Questions