How can I generate an APK without updating in store?

I would like to run expo build:android without the users receiving the updates.

I run expo build:android --release-channel staging. Is it correct or will it continue to update on users’ cell phones?

Hey @maiconkf,

You can specify a certain release channel that you designate as a testing/staging channel as you mentioned above but the simpler approach would be to pass the --no-publish flag which will prevent an OTA update from happening during the build command.

Cheers,
Adam

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