Update fallbackToCacheTimeout via OTA update

Please provide the following:

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): Android/iOS

I was working on an app with the OTA update, and at some point we had to push an update to set the “fallbackToCacheTimeout” to 0s so it would skip the updating check to test some notification settings. Now I need to add back the 30s to check update, but it seems like that can’t be changed back via an OTA update.

Do I need to make another build and update it over the store to reenable this feature? Or is there some way to do it with an OTA update?

Hey @f5webnet, this configuration is set at build-time so you’ll need to create a new binary for it to take effect and then submit the new binary to the appropriate app store. You can read more about the limitations around OTA updates here: https://docs.expo.io/workflow/publishing/#limitations

Cheers,
Adam

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