Skip to content

Commit a4ade7a

Browse files
committed
Add common troubleshooting in context
1 parent 47ade75 commit a4ade7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/code-signing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Store the private key securely.
2323
In the `appzung releases deploy-react-native` command that you run during your release process, add the `--private-key-path` flag pointing to the private key path.
2424
You should see `Code signing: true` in the confirmation text in interactive mode.
2525

26+
After following the setup for your app below, if you previously sent a CodePush release without code-signing (the `--private-key-path` CLI flag), it is expected that when you check for updates CodePush doesn't present you this update, since it now expects a code signed release. Make sure when you test your integration that you sent a code-signed release.
27+
2628
### Setup Android
2729

2830
Add the `CodePushSigningPublicKey` string resource in `/android/app/src/main/res/values/strings.xml`. It may look like this:

0 commit comments

Comments
 (0)