[TIMOB-23879] Windows: Unexpected behaviour when rebuilding an app and app is already open on device
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-13T16:12:09.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | qe-6.0.0 |
Reporter | Ewan Harris |
Assignee | Kota Iguchi |
Created | 2016-09-08T15:33:32.000+0000 |
Updated | 2016-12-02T23:37:51.000+0000 |
Description
Description
When building to a device with a Titanium app that is already open there is some unexpected behaviour. When the
Steps to reproduce
Build an app using appc run -p windows -T wp-device
Once the app has launched, quit the process and *leave the app open on device*
Make an obvious change in the app, such as changing the background colour or label text
Rebuild the app appc run -p windows -T wp-device
Observe the app
Actual result
While the build process installs the app the app that is on the device will close and then restart, the app will not have changed and will be the same app from step 2
Expected result
This behaviour should not happen
Comments
JSON Source
https://github.com/appcelerator/windowslib/pull/58
Additional note:
windowslib
version in [titanium_mobile](https://github.com/appcelerator/titanium_mobile) needs to be bumped up in order to close this ticket.[~kota] titanium_mobile: https://github.com/appcelerator/titanium_mobile/pull/8512
Merged titanium_mobile/pull/8512 (y)
Verified fixed, the app now terminates and then re-launches with the updated changes. *Environment*