What is the best number to set for fallbackToCacheTimeout, so users will get the latest version of app in google or app store after publishing

Expo CLI 3.13.2 environment info:
npmPackages:
expo: ~36.0.0 => 36.0.2
react: ~16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz => 0.61.4
react-navigation: ^4.0.10 => 4.1.1
npmGlobalPackages:
expo-cli: 3.13.2

I already uploaded my app to google/app store, so users will be able to install it on google/app store. However, when I published my app again by running expo publish and set fallbackToCacheTimeout=0, the older users can get this new version by close the app and reopen it, but the new users always get the old version when they download from google/app store.

Please help me it urgent.

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

this is how ota updates work. you need to submit a new build if you want to update the bundled version when the app is installed. refer to this docs page for more information on how to configure when to update: https://docs.expo.io/guides/configuring-ota-updates/