[TIMOB-24350] Unable to deploy apps on windows 10 phone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Done |
Resolution Date | 2019-04-29T01:47:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | windows, windows_phone, windows_store |
Reporter | Luca Sartori |
Assignee | Kota Iguchi |
Created | 2017-01-25T15:23:41.000+0000 |
Updated | 2019-04-29T01:47:12.000+0000 |
Description
When package apps for windows store with command:
*ti build -p windows -T dist-phonestore --wp-sdk 10.0*
I cannot specify MinVersion in tiapp.xml file (default generated MinVersion="10.0.14393.0") and i unable to deploy apps on my windows 10 phone because os version is 10.0.10586.107.
As reported on Microsoft documentation:
bq. MinVersion
bq. The minimum version of the device family that your app is targeting. Used for applicability at deployment time. If the device family version of the system is lower than MinVersion, then the app is not considered applicable.
I try to put in tiapp.xml file this settings but they are ignored during the build process
bq.
bq.
bq.
bq.
bq.
bq.
bq.
Can you share the log of the console when you build in Windows 10 phone?
Closing, as fixed along with TIMOB-23759. Feel free to create new ticket if that's not the case.