App / emulator trying to contact Codestrong.com

You must Login before you can answer or comment on any questions.

I am running Titanium Developer Mobile with the 1.4.2 SDK.

When I test my app in the Emulator, I get a message from Little Snitch that the app is trying to contact
ec2-75-101-138-225.compute-1.amazonaws.com
I Googled this and it appears to be associated with codestrong.com

I checked another older test app and it does the same thing, but when I run the latest Kitchen Sink, it does not happen.

When I stop the connection, I get the message:
[ERROR] Analytics error sending request: A connection failure occurred
[ERROR] Will re-queue analytics

Can anyone explain what is going on here? Is Titanium phoning home from the Emulator or something?

Thanks,

SD

2 Answers

Accepted Answer

You can edit your tiapp.xml file to set analytics to 'false'

Yes, by default analytics is on, even in the emulator. Follow @kosso's advice

Your Answer

Think you can help? Login to answer this question!