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
9
votes
2 answers

Class 'MyApplication' is never used

After I successfully integrated flurry SDK into the library by using this code in my build.gradle file. compile 'com.flurry.android:analytics:6.8.0' I created java Class to integrate my API Key into my code, and since Im running my app on an…
Neo
  • 149
  • 1
  • 10
9
votes
4 answers

Do you need to display an EULA when using Flurry/Google Analytics?

I hear different things from different people on that topic and nobody is really sure. Also a quick google search doesn't reveal anything informative. The question is: when using Flurry Analytics (or Google Analytics or whatever analytics tool) in…
Goddchen
  • 4,459
  • 4
  • 33
  • 54
9
votes
2 answers

Tutorials for Flurry Analytics in Android ?

I am new to Flurry Analytics in Android, where can I find basic tutorials to work on it?
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
9
votes
1 answer

For Flurry error logging, where can I find the information that I logged?

My errors are getting logged. I can see the errors in the log. I'm trying to figure out how to find the specific information that I'm logging, especially the message parameter. I've tried looking through the documentation and clicking endlessly…
Jeff Wolski
  • 6,332
  • 6
  • 37
  • 69
9
votes
1 answer

iOS Mocking Class That Has Side Effects on Class Load

We're trying to create a unit test (with OCMock although, open to other frameworks) that mocks a class that on class load has a side effect. We have a tracking class that wraps calls to other tracking libraries like Flurry. Many of these other…
Gary Rudolph
  • 1,062
  • 9
  • 21
8
votes
3 answers

Link against the umbrella framework

I got ios app where i want to implement Flurry-analytics. After importing Flurry and ling libsystem_network.dylib I got this problem which cannot solve ld: cannot link directly with…
Eugene Trapeznikov
  • 3,220
  • 6
  • 47
  • 74
8
votes
1 answer

android Flurry integration with NDK app

My Android application comprises two parts: frontend written in Java and game written in C++ using NativeActivity NDK stuff. I have a problem integrating Flurry into my application. Flurry works fine from within Java part, but crashes from within…
Nick
  • 3,205
  • 9
  • 57
  • 108
7
votes
3 answers

Implementing Testflight.com and Flurry.com exception handling

We are using both testflight.com sdk and flurry.com sdk to track unhandled exceptions. The issue is that no exceptions are picked up by flurry after we added the testflight.com sdk. The method triggered when an unhandled exception occur looks like…
Øystein
  • 1,163
  • 1
  • 12
  • 23
7
votes
3 answers

is there a maximum number of events you can track in Google Analytics for iOS?

Thanks in advance for the assistance. I recently ran into an issue with a clients app using Flurry Analytics. There is a maximum number of 300 events that can be tracked (each event can have a total of 10 different paramaters) I need to track more…
Nathan
  • 1,609
  • 4
  • 25
  • 42
7
votes
3 answers

How do I deal with an accumulation of Flurries?

I have an iPhone app that has a relatively simple Flurry configuration installed. I notice that the Flurry files ("flurryResponseNNNNN...") seem to build up and are never deleted (at least not going back over 3 weeks). Now, it is getting to be late…
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
7
votes
1 answer

Problems getting timed events in Flurry Analytics to work

I have already checked out this link and followed the instructions exactly: Can Flurry analytics provide average of integer information? Have also read the instructions from Flurry, provided when downloading the SDK. I am putting in a…
marhol682
  • 91
  • 1
  • 3
7
votes
5 answers

Tracking Page views with the help of Flurry SDK?

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…
Shashank
  • 877
  • 7
  • 15
7
votes
2 answers

Flurry Ads integration issue when using cocoapds

I am using Cocoapods to integrate Flurry Ads in my project as per the instructions on the Flurry Developer Documentation. I have my podfile as below: platform :ios, '9.0' use_frameworks! target 'Foo' do pod 'Flurry-iOS-SDK/FlurrySDK' pod…
rgamber
  • 5,749
  • 10
  • 55
  • 99
7
votes
4 answers

App hangs on restart with latest Flurry SDK and ios4

I have a frustrating problem with the latest version of Flurry (Flurry iPhone SDK v2.5). When I start my app, quickly exit, then restart the App, the app briefly loads, flickers a black screen, then stays on the black screen. The black screen…
Rick
  • 71
  • 1
  • 2
7
votes
1 answer

Flurry's not collecting any data from my iPhone-app

I want to use Flurry to collect some statistics, so I registered and created an app in Flurry. Then, I put the following code in my appDidFinishLaunching: [FlurryAPI startSession:@"code here"]; Afterwards, I installed the app on my iPhone and ran…
swalkner
  • 16,679
  • 31
  • 123
  • 210
1 2
3
45 46