[TIMOB-8321] iOS: Analytics - In the ti.start event, the "platform" key returns only "iphone" when launching app from iPad or iPod
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-09T16:48:38.000+0000 |
Affected Version/s | Release 2.0.0, Release 1.8.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-ios031912 |
Reporter | Wilson Luu |
Assignee | Eric Merriman |
Created | 2012-03-26T17:47:47.000+0000 |
Updated | 2017-06-09T16:48:38.000+0000 |
Description
Steps to reproduce:
1. Launch any app on an iPad or iPod device
2. Watch for ti.start event at Right Scale
Actual: After launching app from an iPad or iPod, the "platform" key contains "iphone":
{...,"osver":"4.0.2","version":"1.8.2","platform":"iphone","model":"iPod3,1"}}
Expected: If an app is launched from an iPad or iPod, "platform" value should be "platform":"ipad" or "platform":"ipod" respectively.
Closing ticket due to time passed, any problems please open a new ticket.