[TIMOB-17049] Windows Hybrid: Building app does not remove older versions
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-19T20:29:29.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.3.0 |
Components | Windows Hybrid |
Labels | module_hybrid, qe-3.3.0, qe-closed-3.3.0, qe-testadded |
Reporter | Samuel Dowse |
Assignee | Chris Barber |
Created | 2014-05-30T21:03:31.000+0000 |
Updated | 2014-08-19T20:29:29.000+0000 |
Description
Description
When you run 'ti build' for Windows Hybrid, it will install your application without first uninstalling your old version.
Steps To Reproduce
1. Create a Windows Hybrid application
2. Run 'ti build -p mobileweb -C xd -T wp8'
3. When the app closes, press the hardware back button
4. Run 'ti build -p mobileweb -C xd -T wp8' again
Expected Result
Build script should uninstall the old application and install the new application
Actual Result
Keeps all versions of the application as well as adding the new application.
Attachments
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/5747 3_3_X pull request: https://github.com/appcelerator/titanium_mobile/pull/5748
Verified fixed on: Windows 8.1 Appcelerator Studio, build: 3.3.0.201405271647 Visual Studio 2013, build: 12.0.30501.00 Update 2 Titanium SDK, build: 3.3.0.v20140530150912 Titanium CLI, build: 3.3.0-beta Alloy: 1.4.0-beta Windows Phone: Nokia Lumia 520 (8.0) Old version of the application is successfully removed, new application installs in it's place. Closing.
Changed component.