March 22
Flurry Analytics
I found this really useful site that has free in-App analystics called Flurry. Its actually really good and very easy to embed it in your app. It has location support too which is very handy to see where the bulk of your user-base is from. Am going to definately have this in the next game, which isnt too far away! After signing up on the site, the code usage is really simple too. Get the downloaded SDK and add the Flurry libs to your project. In your Application Delegate, import the Flurry header: #import “FlurryAPI.h” Then inside applicationDidFinishLaunching add a [...]


