mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
Remove todo from docs (#997)
* Remove todo from docs * Fix inconsistent lines in docs
This commit is contained in:
committed by
Sergey Akhalkov
parent
5e332bbe83
commit
638025a673
@@ -186,9 +186,9 @@ public class MainApplication extends Application {
|
||||
|
||||
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment testing](../README.md#multi-deployment-testing) docs below before actually moving your app's usage of CodePush into production.
|
||||
|
||||
#### Code Signing
|
||||
#### Code Signing setup
|
||||
|
||||
Starting with version TODO you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). In order to use Public Key for Code Signing you need to do following steps:
|
||||
Starting with CLI version **2.1.0** you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). In order to use Public Key for Code Signing you need to do following steps:
|
||||
|
||||
1. Add `CodePushPublicKey` string item to `/path_to_your_app/android/app/src/main/res/values/strings.xml`. It may looks like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user