You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by nikhilkh <gi...@git.apache.org> on 2015/04/06 18:30:26 UTC

[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

GitHub user nikhilkh opened a pull request:

    https://github.com/apache/cordova-docs/pull/277

    CB-8484 Add documentation for signing apps for Android

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-docs android_sign

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/277.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #277
    
----
commit bcf84524db8390ba882485ab9fefdf6ae2506b1a
Author: Nikhil Khandelwal <ni...@microsoft.com>
Date:   2015-04-02T19:22:30Z

    CB-8484 Add documentation for signing apps for Android

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-docs/pull/277


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

Posted by nikhilkh <gi...@git.apache.org>.
Github user nikhilkh commented on the pull request:

    https://github.com/apache/cordova-docs/pull/277#issuecomment-90685530
  
    @agrieve  Fixed both issues that you highlighted.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

Posted by agrieve <gi...@git.apache.org>.
Github user agrieve commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/277#discussion_r27888531
  
    --- Diff: docs/en/edge/guide/platforms/android/tools.md ---
    @@ -85,6 +85,43 @@ AVD is available as a target, you're prompted to select one. By
     default the `run` command detects a connected device, or a currently
     running emulator if no device is found.
     
    +## Signing the App
    +
    +You can review Android app signing requirements here: http://developer.android.com/tools/publishing/app-signing.html
    +
    +To sign an app, you need the following parameters:
    +  * Keystore (`--keystore`): Path to a binary file which can hold a set of keys.
    +  * Keystore password (`--storePassword`): Password to the keystore
    +  * Alias (`--alias`): The id specifying the private key used for singing.
    +  * Password (`--password`): Passsword for the private key specified.
    --- End diff --
    
    Passsssssssword :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

Posted by agrieve <gi...@git.apache.org>.
Github user agrieve commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/277#discussion_r27888508
  
    --- Diff: docs/en/edge/guide/platforms/android/tools.md ---
    @@ -85,6 +85,43 @@ AVD is available as a target, you're prompted to select one. By
     default the `run` command detects a connected device, or a currently
     running emulator if no device is found.
     
    +## Signing the App
    +
    +You can review Android app signing requirements here: http://developer.android.com/tools/publishing/app-signing.html
    +
    +To sign an app, you need the following parameters:
    +  * Keystore (`--keystore`): Path to a binary file which can hold a set of keys.
    +  * Keystore password (`--storePassword`): Password to the keystore
    +  * Alias (`--alias`): The id specifying the private key used for singing.
    +  * Password (`--password`): Passsword for the private key specified.
    +  * Type of the keystore (`--keystoreType`): pkcs12, jks (Default:pkcs12)
    --- End diff --
    
    believe the default is jks. When not specified, it'll switch to pkcs12 automatically if the keystore path ends with ".p12" or ".pfx", so you normally wouldn't need to set this explicitly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org