Live Update offline support?

Hey there, I’ve noticed that putting my phone in Airplane mode and opening an app which runs on AppFlow causes the app not to load. I assume this is because it’s trying to connect to Ionic’s servers to query for an update and it can’t reach it’s destination. Is this true or am I doing something wrong? We need both updatable apps but also offline support. Help!

If the device is offline, then the plugin won’t check for updates and instead will load the most recent web build. Since every app ships with a local web build, the app should load, so I’m not sure why you’re encountering that issue.

On app load, does your app request any data/resources over the network? If so, double-check that your code is not throwing an error due to the external request failing.

Beyond that, consider emailing support@ionic.io.