Tracking Page views with the help of Flurry SDK?
Posted
by
Shashank
on Stack Overflow
See other posts from Stack Overflow
or by Shashank
Published on 2011-03-23T11:25:36Z
Indexed on
2012/04/05
23:29 UTC
Read the original article
Hit count: 291
I have integrated mobile analytics in my iPhone app with the help of the Flurry analytics but I am not able to track page views.
I have used the following code in my Application Delegate and passed an instance of UINavigationController in the place of navigationController
[FlurryAPI logAllPageViews:navigationController];
But while checking the Page views in the Flurry website it is showing the message like this:
You are not currently tracking Page View data.
Is there something that I have to enable in the flurry website itself?
© Stack Overflow or respective owner