Android app waiting in loading screen after update installed

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

Application work properly when it install in first time, but application not work properly if update existing application(waiting on loading screen, it’s a API call to retrieve some data). but it work properly when existing app uninstall and reinstall new one.

Hey @supun_cloudcone,

It sounds like there’s some error in your OTA update you’ve pushed out. Can you try running the version you published locally via expo start --no-dev --minify?

Cheers,
Adam

expo start --no-dev --minify works fine. no errors.

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