error: autodeploy app from expo-cli build

When I ran ‘expo-cli build:android’, my app is published/deployed in all devices that it was downloaded from PlayStore.

Is there any issue with this??

I can’t build any .apk without the users stay already using the app in the production enviroment after the built.

Expo Sdk: 26.0.0
npm: 6.7.0
node: 9.8.0

Hey @mat1204,

I’m not sure I entirely understand what you’re asking but I’ll take a shot in the dark.

When you run any expo build command it automatically runs expo publish so an OTA update will occur. If you want to build a new binary without pushing out a change to your existing users, you can run expo build:android --no-publish and it will no longer push out an OTA update.

Cheers,
Adam

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