Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19689] Windows: CLI targetting Windows 10 Store app

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-10-13T20:35:09.000+0000
Affected Version/sRelease 5.0.2
Fix Version/sRelease 5.1.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2015-10-08T11:36:32.000+0000
Updated2015-10-30T22:14:39.000+0000

Description

Launching Windows Store App via ti build doesn't work. should support not only Windows 10 but also Windows 8.1 Store App.

Comments

  1. Kota Iguchi 2015-10-13

    https://github.com/appcelerator/titanium_mobile_windows/pull/451
  2. Harry Bryant 2015-10-28

    [~kota] are there any test steps that I can follow?
  3. Kota Iguchi 2015-10-30

    [~htbryant] I tested like below:
       

    Make sure you have latest sdk...

    > ti sdk install -b master -d

    Make sure you have right privilege

    > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

    Create new app

    > appc new -p windows -t titanium -i com.appcelerator.windows10.test -n win10_app > cd win10_app

    Run the store app

    > ti build --platform windows --win-publisher-id 00AFB000-00F0-0F00-0000-C00000EDBD00 --target ws-local

    And then you should see an Titanium application running on your desktop

  4. Ewan Harris 2015-10-30

    Verified using: Windows 10 Pro Appc Core: 5.1.0-41 Appc NPM: 4.2.1 Ti SDK: 5.1.0.v2015102819002 When creating a Windows platform project and running for ws-local target on Windows 10 the app launches fine Closing ticket

JSON Source