DEV Community

Intelligent Web Crew
Intelligent Web Crew

Posted on

Generate and register a new upload key Android React-Native

We had to generate a new upload key for our Android React-Native app but after following Google's instructions it's generating always the same key and google says that we cannot use any previous keys.

We are trying the following:

keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore

Top comments (0)