How to update your app from CodePush service

Kimsan Lim
1 min readFeb 18, 2018

--

To receive and update your app from CodePush service, there is a few steps to do in order to get it done.

  1. If you are opening your app just minimize or exit your app
  2. Reopen your app then you will receive a confirm dialog about downloading the new update or your app will automatically download the new update according to how you implement the CodePush to your app
  3. If you confirm to download the update, you need to wait for around 50 seconds for it to finish the download and install the new update
  4. Close the app (clear from recent app) then reopen it, your app is now up to date.

--

--