Before I send an app to Apple I wanted to check in about analytics. I see some documentation here:
https://developer.appcelerator.com/apidoc/mobile/1.0/Titanium.Analytics
Something I'm not 100% clear on is this: is there default data that all apps with analytics enabled transmit, so once an app is published in the app store and someone starts using it I will beging to see data? Or do I have to manually define each and every thing I want logged or else there will be no analytics data?
Thanks!
1 Answer
Accepted Answer
We push enroll, start, stop, error information so you should see some data. If you want additional info from your app, that's when you would add your own analytics events.
Your Answer
Think you can help? Login to answer this question!