Skip to content

Instantly share code, notes, and snippets.

@saggiyogesh
Created August 9, 2018 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saggiyogesh/30694452674fc33ba4a1e603bb320fe5 to your computer and use it in GitHub Desktop.
Save saggiyogesh/30694452674fc33ba4a1e603bb320fe5 to your computer and use it in GitHub Desktop.
Commands for code push RN IOS
  • Add an app to code-push code-push app add myiosapp ios react-native

    Copy the Production deployment key. Use this key when asked in terminal after doing react-native link code-push

  • Release a build for ios. code-push release-react myiosapp ios

  • Promote the build to production. code-push promote myiosapp Staging Production

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment