Other suppliers
You can also store analytics data using StackMob, and can capture events using Parse. Implementing using these cloud solutions will be almost identical to this example so it's not worth repeating. The only real difference will be with the user interface for reviewing the analytics data and the point at which you have to pay money. You can decide what is best for you.
Pop quiz - recording analytics
Q 1. You are using Appcelerator Analytics and want to record when a user clicks a button. So you add the Ti.Analytics.featureEvent
call to the button event listener. You run the app on the simulator, click the button, and then head off to the Appcelerator Analytics website to check that it has been recorded. What do you find?
The event will appear after a few minutes.
The event has not been recorded as the code has not been published.