Skip to content

Commit 5278a96

Browse files
author
max-mironov
authored
Improved messages to make intention of creating different apps for di… (microsoft#406)
* Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * Minor tweak for readme
1 parent 81f5432 commit 5278a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Before you can deploy any updates, you need to register an app with the CodePush
147147
code-push app add <appName>
148148
```
149149

150-
If your app targets both iOS and Android, we highly recommend creating separate apps with CodePush. One for each platform. This way, you can manage and release updates to them separately, which in the long run, tends to make things simpler. The naming convention that most folks use is to suffix the app name with `-iOS` and `-Android`. For example:
150+
If your app targets both iOS and Android, please *create separate apps for each platform* with CodePush (see the note below for details). This way, you can manage and release updates to them separately, which in the long run, also tends to make things simpler. The naming convention that most folks use is to suffix the app name with `-iOS` and `-Android`. For example:
151151

152152
```
153153
code-push app add MyApp-Android

0 commit comments

Comments
 (0)