Analytics services/libraries available for the iPhone/iOS platform?
What analytics libraries/services are there for the iPhone/iOS platform to collect usage data about my application? At least the following services are available:
- Flurry Analytics
- Localytics
- Medialets
Preferably the library should report as much as it can开发者_开发技巧 automatically, but it should also allow for tracking events defined by the application author. Also, preferably it should include some kind of a service (probably web-based) to present the analytics data.
I use Flurry in my apps and it works pretty good. There are a lot of informations about the usage of the app, and it is uploaded automatically by the library. It is also very very fast to add to your app.
The data are displayed in graph on the flurry website.
精彩评论