Automatic upadating after compilation

After compiling a version to test in testflight the app is automatically updating in the apple store.
Note: I have not implemented the javascript update option that the expo provides.

expo-cli 2.11.3

Hey @thalescrisostomo,

By default Expo projects have OTA updates enabled and also it is expected behavior that when you run expo build it will publish as well. If you want to prevent this, you have two options:

  1. Disable OTA updates
  2. Pass the --no-publish flag to the build command. IE: expo build:ios --no-publish

Cheers,
Adam

1 Like

@adamjnav
Thank you very much!!!

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