After compiling with 8.4.0 on Linux or Mac (I haven't tested on Windows) and pushing to the store, old code stays active and doesn't seem to be rolled out. However, changed settings ARE rolled out.
Compiling it again with 8.3.0 and pushing it to the store does work as expected
Expected behavior:
Code changes and changes in the settings files will be deployed after pushing it to the store
What happens instead:
Only settings are updated, the old code stays as is
To reproduce:
- Create a basic watchface and make it display "Hello world", add a setting "Hello World" compile with 8.3.0 and push to the store.
- Change "Hello world" to "Hello universe"
- Compile with 8.4.0 and push to the store again
- Wait like 30 minutes for it to be rolled out, Load on your watch, restart the watch to make sure it gets loaded, and it will display "Hello World" on the watchface, but "Hello universe" in the settings.
- Compile again with 8.3.0 and push it to the store, load it on your watch, restart your watch (...) and now it works as expected
- It makes no difference if the app was installed on the watch before or if it is a fresh install.
Workaround:
Compile with 8.3.0 and it works as expected.