EXPO OTA questions

Some context behind my example: we’re trying to ensure we can force Android to the latest JS in the case of a critical update. Expo OTA updates are great, but we have no guarantee when someone will close the app, so no guarantee that they’ll get the update in a timely manner. So, we’d like to ensure that, if we deploy an update via the Play Store, we know the user will get the update. We tried using the update listener to force a reload to ensure this, but ran into a showstopper issue here: Android - calling Util.reload() causes Image requests to be sent without cookies - #4 by llamaluvr

1 Like