[TIMOB-23398] Analytics: SDK version format on Windows phone should match other platforms
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-05-23T13:25:57.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | Analytics, qe-5.3.0, qe-5.4.0 |
Reporter | Harry Bryant |
Assignee | Christopher Williams |
Created | 2016-05-17T17:34:22.000+0000 |
Updated | 2016-07-07T19:20:13.000+0000 |
Description
When comparing the payloads for the Windows platform to android / iOS, it was found that the
sdkver
is not consistent with the other platforms:
*Windows:* sdkver: "5.3.0.v20160516040258"
*Android / iOS:* sdkver: "ti.5.3.0"
Steps to Reproduce
1) Install a titanium project on a windows phone device 2) Launch the app 3) Use either - a) point device to staging via DNS setting, check logs. b) Use get last event api c) If you have backend access, check the raw event on AWS. 4) Examine any of the standard event types.Actual Result
Windowssdkver
returns the full sdk version format.
Expected Result
Windowssdkver
should return the shortened sdk version format, to be consistent with the other platforms.
https://github.com/appcelerator/titanium_mobile_windows/pull/703
Verified as fixed,
sdkver
for the windows platform now matches iOS / Android values.Tested On: Windows 10 Pro Windows Phone 10.0 (Microsoft Lumia 640 LTE) Ti SDK: 5.4.0.v20160705213725 Appc Studio: 4.7.0.201606220541 Appc NPM: 4.2.7-2 App CLI: 5.4.0-26 Xcode 7.3 Node v4.2.6 *Closing ticket.*