-
Notifications
You must be signed in to change notification settings - Fork 7
React Native Advanced
ALL edited this page Feb 4, 2020
·
3 revisions
- How to Update
- Over-the-Air (OTA)
- You send an update out, the user downloads it, and the app updates — much like the web
- App Store
- If you don’t want to send an update OTA or you’ve made a change that requires it (more on that later), you can update via the app store. Doing so means you use the regular tools (either iTunes Connect or Google Play Developer Console) to upload a new .ipa or .apk
- You’re shipping 100% new code and you can do anything at this point. It also means you have to go through the usual review process & waiting period.
- Over-the-Air (OTA)
- Throughly test your app! Uploading a new version of your app isn’t quite as fast as it is on the web so you really want to make sure your app isn’t going to crash