After a build in ios is published in appstore, any change i make with "expo publish" does not reflect on any new install - it still shows the original published version from the moment of the build

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): Android & Ios
  3. Expo cli version:

As my title says, I created a build with an initial app version. Got approved and is published in appstore : ‎Avanpost Radio Guerrilla on the App Store

In the meantime, i made small changes to the app and did “expo publish” several times.

One of the changes is that i changed the way the main menu loads. So now, on a fresh install of the app on a device, the original version appears and the main menu in the page is not appearing.

If I close and reopen the app, everything is ok.

How can I force the new installs of the app download and use the last published code?

I found a similar issue here:

But it was in sdk version 25 or 26. And @esamelson said it will include some settings in the app.json for this… I do not find anything…

Any idea how to fix this?

Thanks!

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