Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19867] Windows: Test Windows 10 universal app under Windows 10 mobile

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionDone
Resolution Date2015-11-05T12:22:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2015-11-04T14:45:36.000+0000
Updated2016-02-12T18:38:20.000+0000

Description

Build Titanium libs and apps for Windows 10 store (universal), and see if it runs under Windows 10 mobile. https://msdn.microsoft.com/en-us/library/windows/apps/dn894631.aspx suggests that what you build for desktop should also be able to targt phone: https://msdn.microsoft.com/en-us/library/windows/apps/dn894631.aspx

Comments

  1. Kota Iguchi 2015-11-05

    Confirmed that Windows 10 Store Titanium app _works_ on Windows 10 mobile. Bad new is that their SDK tooling are different from previous version, they are using [WinAppDeploy](https://msdn.microsoft.com/en-us/library/mt203806.aspx) now which doesn't have a command to launch app nor list/access to emulators. In addition to that, Windows 10 version of Titanium libs should be built under Windows 10 + VS 2015 to support Windows 10 API. I expect those DLLs which is built for Windows 10 can not be used in Windows Store/Phone 8.1, so we need to ship DLL for both Windows 8.1 and Windows 10. So if we want to support Windows 10 mobile via Windows 10 Store app, we want to * Build CI environment for Windows 10 * Build Titanium libs under Windows 10 + VS 2015 * Integrate those dll/winmd in Titanium SDK (which means you need both DLL for Windows 8.1 and DLL for WIndows 10) * CLI needs to be updated to support new tooling (expecially windowslib) * Still some of basic operation in tooling are missing (there's no launch command etc)

JSON Source