Expo Publish not updating

I have upgraded to sdk 42.0.0 and when I am running expo publish, it is no longer publishing on android nor iOS. There are no errors logged and when I use the Publish button instead of expo publish it shows that it was published successfully but nothing is updated in this case either.

A week ago, I uploaded an actual update on AppStore but I don’t think this have nothing to do with the problem.

This is what I get when I run expo diagnostics:
Expo CLI 4.3.0 environment info: System: OS: Windows 10 10.0.19041 Binaries: Node: 10.16.0 - C:\Program Files\nodejs\node.EXE npm: 7.6.3 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.7042882 npmPackages: expo: ^42.0.0 => 42.0.0 react: 16.13.1 => 16.13.1 react-dom: 16.13.1 => 16.13.1 react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2 react-native-web: ^0.13.18 => 0.13.18 react-navigation: ^4.4.3 => 4.4.3 Expo Workflow: managed

Hi @omar

A published bundle is linked to a particular Expo SDK version. So if the apps on the App/Play store were built with SDK 41, but you’re publishing an SDK 42 bundle then the existing apps will not see it. You will need to build versions of the app using SDK 42 and update them on the App/Play stores and then they will be able to make use of the newly published SDK 42 bundles.

Another thing that factors into it is the release channel (which is “default” if you haven’t specified it.)

See here for a flowchart:

Thanks a lot

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