Expo OTA updates not sticking

:wave: We just released our first app to the app store yesterday. Since we have published an OTA updated version. Some apps have taken the OTA update, but hours later are showing the old fallback version again. I’m assuming I don’t have something configured correctly? Please help!

// DIAGNOSTICS
Expo CLI 3.0.10 environment info:
System:
OS: macOS 10.14.6
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.3.1 - ~/.nvm/versions/node/v12.3.1/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.9.0 - ~/.nvm/versions/node/v12.3.1/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: 10.3/10G8 - /usr/bin/xcodebuild
npmPackages:
expo: ^34.0.3 => 34.0.4
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz => 0.59.8
react-navigation: ^3.11.1 => 3.11.1
npmGlobalPackages:
expo-cli: 3.0.10

Hey @ryanvanbelkum,

Can you share your updates configuration found in the app.json file?

Cheers,
Adam

    "updates": {
      "fallbackToCacheTimeout": 0
    },

Which I changed to 30000. I guess my confusion is/was that I figured once a new bundle was cached, the app wouldn’t revert to the old (fallback) bundle.

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