Questions tagged [flurry]

Flurry is a free, commercial service, owned by Yahoo, which provides monetization solutions for app publishers, anonymous usage statistics of apps and error/crash reports for apps on mobile devices.

Flurry, owned by Yahoo, provides a set of services and SDKs aimed at mobile developers and app publishers.

Flurry provides detailed usage statistics on apps and allows developers use a rich set of tools and resources to gain a deep level of understanding about their users' behaviors. Developers can set up advanced analysis of complex events, with metrics, segments and funnels to better track users’ habits and performance.

Flurry also provides "Yahoo App Publishing"; a set of tools that provides a flexible ad-serving platform that is easy to set up and use, enabling developers to maximize ad revenue and engage actively with users.

Learn more:

684 questions
0
votes
2 answers

Does the use of Flurry or Localytics with Mono necessarily imply that two separate implementations will be needed for iOS and Android?

I intend to use either Flurry or Localytics for performing analytics on my mobile app. I am developing in Mono. The point of Mono is that your source code doesn't need to change and you can develop applications for both iOS and Android with the same…
CodeBlue
  • 14,631
  • 33
  • 94
  • 132
0
votes
1 answer

Flurry AppSpot Test Ads Not Appearing on Device

I have integrated Flurry AppSpot into my iOS App as per their instructions. This all seems to work fine when I test this on the simulator, all the correct delegate lifecycle methods are called and some test Ads appear in the top banner. However,…
Ellis
  • 689
  • 1
  • 11
  • 24
0
votes
0 answers

Flurry error when trying to request ad (Database access disabled)

Having a hard time in my first flurry integration on Android. This is the code I'm using to connect as documentation states: FlurryAgent.setLogEnabled(true);…
Notbad
  • 5,936
  • 12
  • 54
  • 100
0
votes
2 answers

Do Flurry Ads from AppSpot work in the Xcode simulator or just on the device

I'm about to start working with Flurry, can I expect the ads to display in the simulator?
JARC
  • 5,288
  • 8
  • 38
  • 43
0
votes
2 answers

Tracing a crash through Flurry Analytics

I am using Flurry analytics and i've noticed 1 or 2 people have been experiencing crashes and I really really want to fix it for them, however it's annoying as they haven't got in touch to tell me about the crash so I don't even know which…
Darren
  • 10,182
  • 20
  • 95
  • 162
0
votes
1 answer

No more FlurryAnalytics and FlurryAppCircle?

When i download the flurry sdk v4.0.6, there are folders for flurry and flurryads but no folders for FlurryAnalytics and FlurryAppCircle. I need to get the libFlurryAnalytics.a and libFlurryAppCircle.a files to run an app passed by my senior. Anyway…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
0
votes
1 answer

Flurry missing context

I did add the following to my code as required by Flurry to work #import "Flurry.h" - (void)applicationDidFinishLaunching:(UIApplication *)application { [Flurry startSession:@"xxxxxxxxxx"]; } And I did add the files "Flurry.h" and "libFlurry.a"…
Emil Elkjær
  • 685
  • 1
  • 9
  • 31
0
votes
1 answer

Is there any way to get How many times the app is deleted using flurry in iOS?

I am using flurry in my iOS app. I am trying to log an event when the app is deleted by user using. please help me.
Rahul Gupta
  • 808
  • 11
  • 15
0
votes
1 answer

Running flurry for a java server running on Ubuntu

I have a java server running car pool services on an EC2. I am using Flurry on my Android and iOS apps, but I could not find a way to run Flurry on the java server. All questions on stackoverflow for this particular case, have been answered for…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

Adding flurry to iOS app

In the finder, drag FlurryAnalytics/ into project's file folder. (NOTE: If you are upgrading the Flurry iOS SDK, be sure to remove any existing Flurry library folders from your project's file folder before proceeding.) Now add it to your…
user1467188
  • 617
  • 1
  • 10
  • 28
0
votes
1 answer

Flurry analytics on device orientation, Android

I am trying to find information regarding whether device orientation in my application is skewing the analytics due to sessions log occurring during the activity life cycle. Sessions in Flurry seem to begin and end with activity start and stop, and…
Hamid
  • 4,410
  • 10
  • 43
  • 72
0
votes
1 answer

do flurry analytics distinguish by user, or give overall analytics?

Couldn't find this in the faq. Does Flurry give analytics that distinguish users? So I can see that this user did some actions, and another user did some other actions..or does flurry just give overall analytics (all users did a total of these…
user1467188
  • 617
  • 1
  • 10
  • 28
0
votes
2 answers

What free service to use for storing event statistic?

Now to analyze what Activities users are opening in my app and other analytic data I am using events from flurry. But it's not possible to download all events with custom data for each event on the PC. I want to download it in xml (or txt or csv) to…
Sviatoslav
  • 1,301
  • 2
  • 17
  • 42
0
votes
2 answers

Changing Device type on existing application

I've made an application on Flurry for iPhone. I wanted to use the same app-id for iPhone and iPad version. The iPad version got published first. But I now need to have a separate app-id and statistics for iPhone version. Is there a way I can change…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

How to get a Google talk api key?

I am developing a Google talk application for WP7. How can i get a Google talk api key, flurry api key, and plus api keys? I couldn't find anywhere to get these keys.