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?