views:

382

answers:

2

I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways.

Do any of you have experience with both or either and would you recommend one?

thanks!

A: 

I have used Flurry which was really really easy to setup but kinda scary in all the information that it sends to the Flurry servers. You might want to check out this article about android apps and private data. At the very least you may want to give your users an option to opt out of sending the analytical data.

I actually ended up removing it from my apps, just because I didn't really use any of the data for anything, and it added extra threads running and extra KBs to the apk.

BrennaSoft
A: 

Localytics is another free option in this space. Unlike the other guys the client library is open source and the service is real time instead of aggregating every few hours. There has never been any problems with the data they collect but if you have concerns you can just comment out any of the relevant lines in the source.

Check them out: http://www.localytics.com

henry