Publishing and SDK versions

We use ExpoKit for an enterprise app (not distributed via Google Play, etc.) Right now our devices are using the 32.0.0 SDK and over-the-air JS updates work great. I understand that when we update our code to the 34.0.0 SDK, we’ll need to download new APK’s to the devices.

However, suppose some of the 32.0.0 devices don’t get the new APK. Later, when we ‘expo publish’ will the new JS go only to the devices on 34.0.0, or will the devices on 32.0.0 get the updated JS as well — presumably breaking them?

Thanks!

Hey @elon-gs,

OTA updates will only rollout to a user who is running an instance of your app with a compatible SDK version and is on the same release channel.

See this flow chart for a better understanding: https://docs.expo.io/versions/latest/distribution/advanced-release-channels/#what-version-of-the-app-will-my

Cheers,
Adam

2 Likes

Awesome. Thank you @adamjnav!

1 Like

You’re most welcome!

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