Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Application tracking turned on by default? How to disable?

When I launch my application from Titanium Developer, I can see the following in debug window:

[06:56:49:851] [Titanium.Network.HTTPClient] [Debug] Changing readyState from 1 to 2 for url:https://api.appcelerator.net/p/v1/app-track
[06:56:49:851] [Titanium.Network.HTTPClient] [Debug] Changing readyState from 2 to 3 for url:https://api.appcelerator.net/p/v1/app-track
[06:56:49:851] [Titanium.Network.HTTPClient] [Debug] Changing readyState from 3 to 4 for url:https://api.appcelerator.net/p/v1/app-track

Does it try to track my application? If yes, I would like to disable it. Is there a way?

(I've searched google and this q&a - no result)

— asked March 10th 2010 by Alexey Shamrin
  • app-track
  • tracking
0 Comments

3 Answers

  • You can set the value of analytics in tiapp.xml to false.

    — answered March 10th 2010 by Jeff Haynie
    permalink
    0 Comments
  • Forgot to mention: Titanium Developer 1.0, Desktop SDK 1.0.0, Windows XP

    P.S. How can I edit my question?..

    — answered March 10th 2010 by Alexey Shamrin
    permalink
    0 Comments
  • One little thing: tiapp.xml doesn't have analytics tag by default, so I had to add the following top-level tag to my tiapp.xml:

    <analytics>false</analytics>
    

    (just found this in the tiapp.xml doc)

    — answered March 11th 2010 by Alexey Shamrin
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.