after enabling the module and adding to my titanium project, flurry is only showing the country of where a user is at, not the further details. when clicking the map in the admin panel in flurry it says this:
Geolocation Data Not Available
You have not yet reported deeper location data.
View the SDK instructions to learn how.
so my issue is: how to enable the deeper location data from within the titanium-created project?
also, it looks as if titanium is using an older version of the flurry sdk because when i login to flurry it says i'm currently using SDK Version 2.7 while 2.8.4 is Available and it urges me to update the SDK version.
thank you!!!
6 Answers
Did anybody manage to figure out how to get deeper location data?
bump
bumppppp!
bump
Use our flurry module, its updated to the newest Flurry SDK, you can reference the flurry sdk to use geolocation data. http://www.softgravity.com/articles/blog/7-appcelerator-flurry-module-for-iphone-ipad-and-android
We're seeing this too, even though we're passing the "true" flag at the end which is supposed to enable the geo location stuff, e.g.:
Titanium.Flurry.initialize('flurryappkey', true);
I've looked through the Titanium Flurry module code, and nowhere do I see it calling Flurry's geolocation function, so I'm not sure how this'd work.
Your Answer
Think you can help? Login to answer this question!