- Live deploys are setup with Master/Production channel at Version 1. UPDATE_METHOD is “auto”.
- I’m developing Version 2 locally and the changes I make are overwritten as the app fetches and installs Version 1 automatically.
This only happens in device/simulator and not through ionic serve, as Live Deploys doesn’t seem to trigger then.
It would be nice if it could detect that Version 2 is greater than Version 1, and not install anything. Anyone got this to work nicely?