Is build:ios enough to trigger OTA?

I noticed that expo build:android is enough to trigger a OTA update of your app. When it comes to ios is expo build:ios enough, or do I have to do expo upload:ios as well?

expo publish is the most direct method for performing an OTA update (see the docs for more info on that).

Building a new binary will also trigger a publish, but you can pass the --no-publish flag to disable automatic publishing before building.

There are a few changes you can’t make without publishing- see here for more details on that.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.