[TIMOB-23394] Analytics: Windows JSON payload lists ostype as "arm"
GitHub Issue | n/a |
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-05-18T19:02:42.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Eric Merriman |
Assignee | Christopher Williams |
Created | 2016-05-17T17:19:36.000+0000 |
Updated | 2016-05-18T19:02:42.000+0000 |
Description
Description:
The analytics payloads produced by Windows phones lists ostype as "arm". The osarch is also "arm". For comparison:
iOS:
ostype:"64bit"
osarch:"arm64"
Android:
ostype: "32bit"
osarch:"ARMv7 Processor rev 0 (v7l)"
Windows:
ostype: "arm"
osarch: "arm"
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.
Result:
The ostype field has "arm"
Expected Result:
The ostype field should not be redundant, and should reflect information about the OS type
Comments
JSON Source
No comments