Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flurry's not collecting any data from my iPhone-app

Tags:

iphone

flurry

I want to use Flurry to collect some statistics, so I registered and created an app in Flurry. Then, I put the following code in my appDidFinishLaunching:

[FlurryAPI startSession:@"code here"];

Afterwards, I installed the app on my iPhone and ran it - but I don't see any data online. Am I missing something?

And is data also collected from the simulator?

Thanks a lot,

Stefan

like image 749
swalkner Avatar asked Jun 13 '10 13:06

swalkner


1 Answers

Did you wait for the data to be processed before checking? You may want to consider using Localytics (www.localytics.com) which is a real-time service so you can see the results of your tests immediately.

-- Henry

like image 190
henry Avatar answered Oct 04 '22 16:10

henry