-
Notifications
You must be signed in to change notification settings - Fork 918
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
Execute the below command.
Replace <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
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