Skip to content

Commit

Permalink
Improved messages to make intention of creating different apps for di… (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
max-mironov committed Mar 7, 2017
1 parent 81f5432 commit 5278a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Before you can deploy any updates, you need to register an app with the CodePush
code-push app add <appName>
```

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:
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:

```
code-push app add MyApp-Android
Expand Down

0 comments on commit 5278a96

Please sign in to comment.