[TIMOB-19177] Windows: Properties set in tiapp.xml not available via Ti.App.Properties API
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-30T00:06:58.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 5.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-07-06T18:30:57.000+0000 |
Updated | 2015-09-07T15:30:45.000+0000 |
Description
The CLI is writing these properties to _app_props_.json in the app, but our native code doesn't load this file at all (like we do for _app_info_.json for Ti.App properties).
https://github.com/appcelerator/titanium_mobile_windows/pull/395
Verified using: Windows 8.1 Appc CLI Core: 5.0.0-33 Appc CLI NPM: 4.2.0-1 Titanium SDK: 5.0.0.v20150906220721 Nokia Lumia 930 8.1 When accessing tiapp.xml properties such as Ti.App.Properties.getString('ti.ui.defaultunit'), the correct value is returned Closing ticket