Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23394] Analytics: Windows JSON payload lists ostype as "arm"

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2016-05-18T19:02:42.000+0000
Affected Version/sRelease 5.3.0
Fix Version/sn/a
ComponentsWindows
Labelsqe-5.3.0
ReporterEric Merriman
AssigneeChristopher Williams
Created2016-05-17T17:19:36.000+0000
Updated2016-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

No comments

JSON Source