[TIMOB-19652] Windows: Test if examples work on Windows 10
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2015-10-23T07:19:17.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | look1 |
Reporter | Kota Iguchi |
Assignee | Gary Mathews |
Created | 2015-10-01T00:01:48.000+0000 |
Updated | 2017-05-08T01:18:23.000+0000 |
Description
Make sure Titanium example apps (Movies, ToDoList, RSS reader etc) work on Windows 10 environment.
[~gmathews] I thought Windows 10 mobile is too early to target. [~cwilliams] thoughts? I think we need to target at least: * Windows Phone 8.1 VS 2013
--wp-sdk 8.1 --vs-target 12.0 --target wp-emulator/device
* Windows Phone 8.1 VS 2015--wp-sdk 8.1 --vs-target 14.0 --target wp-emulator/device
* Windows Store VS 2013--vs-target 12.0 --target ws-local
* Windows Store VS 2015--vs-target 14.0 --target ws-local
Ok, this has taken me a while to put together. This shows what currently works for Windows 10 and what doesn't. *NG Example*
I decided not to test the other examples just yet since the errors will be the same for the same configuration. Looking at the errors it seems CMake doesn't support Windows Phone 10 for ARM yet, which is fine since we aren't targeting it. We also need to compile JavaScriptCore using MSVC 14 to target Windows 10.0. Although MSVC 12 and Windows 8.1 Store apps work fine on Windows 10. I also decided to test if Windows 8.1 apps will run on a Windows Phone 10 device. They "do" if they are already on the device OR downloaded from the Windows Store. But I can't deploy any Windows 8.1 apps to the device, I receive an error. I have tried deploying from VS 2013, VS 2015 and [WinAppDeployCmd.exe](https://msdn.microsoft.com/library/windows/apps/xaml/mt203806.aspx) that is provided with the Windows 10 SDK.
Closing done "Story" tickets.