Skip to content
Snippets Groups Projects
Commit 5dd47c44 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added Android app signing example

parent fc8f1772
No related branches found
No related tags found
No related merge requests found
...@@ -218,6 +218,11 @@ We then extracted the PEM to send to Google (example code) ...@@ -218,6 +218,11 @@ We then extracted the PEM to send to Google (example code)
``` bash ``` bash
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
```
Signing can be done like this (example):
``` bash
$ cordova run android --release -- --keystore=[PATH_TO_KEYSTORE] --storePassword=[KEYSTORE_PASSWORD] --alias=upload --password=[PASSWORD] --packageType=bundle
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment