How to disable live update for local testing

I have made some changes to my app and would like to test them locally. But it appears that the app is automatically loading the latest published version. Is there a way to override this for pre-launch testing?

Thanks,
Wayne

1 Like

Hi Wayne,

You can disable the Deploy plugin by adding the following preference to config.xml.

<preference name="DisableDeploy" value="true" />

Take a look at the plugin repo for more details.

Cheers,
-Brian

1 Like