Question about expo publish

Hi,

I have the following situation:

We have customers that run our app that is on SDK 35. Now we updated our codebase to SDK 37. If I would run expo publish (So publishing our SDK 37 version to the users device that has SDK 35) what would happen?

Would it just crash the app? Because the device is on SDK 35 and our app uses functionalities from SDK 37?

1 Like

Hey @matthiasdh,

Users who are using the binary that is built with SDK35 would not receive the new JS bundle update. Here’s a helpful flow chart that describes how publishing updates will affect builds in production: https://docs.expo.io/workflow/publishing/#what-version-of-the-app-will-my

Cheers,
Adam

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