Expo-update checkForUpdateAsync never returns data

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): ios and android

A few noob questions before the issue:

As I tested, the expo-updates only work in prod, as if I try to run it with the server in dev it will error out saying [Unhandled promise rejection: TypeError: Cannot call a class as a function], in prod it “works”.

If so, is there a way to test the updates lib without having it set to prod?

Offtopic(ish) is it normal the reload to be unreliable when in prod mode? It does not fast refresh yes but it does not reload, or open the dev menu consistently with cmd D for example.

Now the issue, checkForUpdateAsync never returns anything. Trying it in async await nothing happens, with promise return it continues but returns nothing. Did the expo-updates API change?

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