Skip to content

Use your keystore

wf9a5m75 edited this page Nov 6, 2014 · 7 revisions

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

Join the official community

New versions will be announced through the official community. Stay tune!

Do you have a question or feature request?

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

Clone this wiki locally