-
Notifications
You must be signed in to change notification settings - Fork 916
Use your keystore
In order to publish your App with this plugin on Google Play Store, you need to prepare your keystore file for your Android App.
Important thing is sign with SHA1withRSA
not SHA256withRSA
.
###1. Generate your keystore
Executes the below command.
Replaces <keystore file path>
and <alias name>
.
$> keytool -genkey -v -keyalg RSA -keystore <keystore file path> -alias <alias name> -sigalg SHA1withRSA
###2. Confirm the keystore After generating the keystore file, confirm your file.
$> keytool -list -v -keystore test_keystore -alias test
###3. Register your SHA-1 signature to Google Developers Console
If you get an error, feel free to ask me on the official community or the issue list.
New version 2.0-beta2 is available.
The cordova-googlemaps-plugin v2.0 has more faster, more features.
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md
New versions will be announced through the official community. Stay tune!
Feel free to ask me on the issues tracker.
Or on the official community is also welcome!
New version 2.0-beta2 is available.
The cordova-googlemaps-plugin v2.0 has more faster, more features.
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md