How can I create a react native debug keystore?
Android: Generate Release/Debug Keystores
- Keystore name: “Debug.Keystore“
- Keystore password: “android“
- Key alias: “androiddebugkey”
- Key password: “android“
- CN: “CN=Android Debug,O=Android,C=US”
- Unzip apk.
- Get MD5 and SHA1 of certificate of APK: $ keytool -printcert -file ./META-INF/ANDROID_.RSA.
- GetMD5 and SHA1 Keystore: $ keytool -list –Keystore signing-key.Keystore.
- Compare MD5/SHA1 to see if they are similar. Keystore .