0

I've tried integrating both Google Analytics and Flurry in my app, but none of these services will log my data. It's like the data never reaches the server. Has anyone experienced this before? I'm out of ideas.

joseph
  • 897
  • 2
  • 10
  • 20

2 Answers2

1

Regarding Flurry

Start with the basic integration:

https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/ios/#get-started

Add these lines of code before you start the Flurry session:

[Flurry setDebugLogEnabled:YES]; [Flurry setLogLevel:FlurryLogLevelAll];

You should see a 200 response from Flurry's server in the console logs when the session ends. Be sure to close the app with the Home button.

There is a delay of about 6-8 hours before the session data will show in the Flurry dashboard. If you continue to have issues send an email to support@flurry.com

Hunter
  • 579
  • 3
  • 8
0

You have to wait 24-48h after creating google tracking ID to see results. (Even for real time)

the answer here : Google Analytics on iOS: events not tracked

Community
  • 1
  • 1
Zero G
  • 36
  • 3