[TIMOB-12653] CLI: Analytics missing uid cookie and should not set app_id
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-02-09T00:58:39.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 03 JS, 2013 Sprint 03 |
| Components | CLI |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2013-02-08T23:28:48.000+0000 |
| Updated | 2017-03-09T18:38:36.000+0000 |
Description
The node-appc analytics is missing the uid (actually the user's guid) in the cookie we send to app-track. The app_id should NOT be sent or else app-track will think the request is coming from Titanium Developer. We are also missing mac address and ip address.
Master pull request: https://github.com/appcelerator/node-appc/pull/30
Closing ticket as fixed.