I have two iOS apps:
- An app that I created as a React Native project using
react-native init
and then integrated CodePush following these instructions. - An existing iOS app that I want to integrate React Native and CodePush into. This app uses the same CodePush deployment key as app #1.
When I push a CodePush update from the CLI, app #1 gets the update but app #2 doesn't.