I want to test changes but I setup up live and the app keeps updating. Is there a way to disable live updates?
The plugin includes a preference you can set to disable updates.
see: https://www.npmjs.com/package/cordova-plugin-ionic#preferences
In a capacitor project you can use the cordova style preference by adding it to your capacitor config.
see: https://capacitorjs.com/docs/cordova/migrating-from-cordova-to-capacitor#cordova-plugin-preferences
If your Appflow plan includes native configs you can set the preference there as well. A common pattern is to disable the plugin in your dev builds and only enable it for testing or release builds.
see: https://ionic.io/docs/appflow/package/native-configs
I just love how you guys mark your answers as solutions not even waiting for the person who posted the question to test if your solution.
I understand that but in this case there really isn’t any ambiguity. It’s a known solution.