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

Bridging Header for Flurry.h not working with Pod

I have an existing bridging header that currently contains several obj-c pods. I am having issue importing the Flurry framework with Xcode saying 'Flurry.h' file not found even though it has been correctly inserted using pods. My bridging header…
Allreadyhome
  • 1,252
  • 2
  • 25
  • 46
5
votes
2 answers

How does flurry analytics track my apps version number?

I'm viewing my top used version numbers in flurry for my app. It appears flurry is using the build number field (bundle version) in my plist to report what version a particular app is. Is this true? If so, can I have use a different field in my…
Tyler Pfaff
  • 4,900
  • 9
  • 47
  • 62
5
votes
0 answers

Not getting proper crash information using Flurry

I have integrated Flurry 4.3 SDK in my app, also uploaded the correct Desym file. I not getting the object and method call info for crashes in some cases, but i am getting them in other cases. This is what i am getting in some cases. 17 MyApp …
Ashwani
  • 378
  • 1
  • 3
  • 13
5
votes
0 answers

Flurry clips (video ads) integration for Android

Is it possible to integrate video ads from Flurry in an android app? I tried some things, but it didn't work. The Flurry Android SDK has the onVideoCompleted function, and in the Android Flurry SDK Release Notes, the following can be found: verified…
Jacob
  • 83
  • 8
5
votes
2 answers

flurry logs sessions but not events (android)

I am using FLurry_3.2.2.jar, and have code like this in each Activity. It correctly logs all sessions, but does not log events. (Actually, it logged one event, one time, from my Home activity) @Override protected void onStart() { …
Matt
  • 5,461
  • 7
  • 36
  • 43
5
votes
4 answers

What is this "uncaught" seen in event list in flurry site?

In flurry site, in Event logs session instead of events sometimes "uncaught" is showing .Can anyone tell what does it means? Is it any error from app side? [all events are displayed in site but in some sessions it shows one or two events then…
Sjk
  • 377
  • 1
  • 5
  • 19
5
votes
3 answers

Flurry does not log anything in android

I have implemented flurry before. It was working fine. Today with new version of sdk, flurry does not log any thing in logcat. My code Flurry.java public class Flurry { private static final String API_KEY = "xxxxxxxxxxxxxxxxxxxxxx"; private static…
Bhavesh Hirpara
  • 22,255
  • 15
  • 63
  • 104
5
votes
4 answers

Flurry Analytics crashing when "Run" in Android emulator but not when "Debugged" in emulator

As per the title, I have an application which makes use of the Flurry Analytics library for Android. I've followed their basic steps to integrate analytics into my app. If I Debug my app in the Android emulator, everything works fine. If I Run my…
Bryce Thomas
  • 10,479
  • 26
  • 77
  • 126
5
votes
2 answers

Flurry analytics in every Activity?

I want to integrate flurry analytics in my android application, it looks really simple. But i am not familiar with flurry and how it works. Should i add the code : public void onStart() { super.onStart(); FlurryAgent.onStartSession(sample,…
Jasper
  • 2,389
  • 4
  • 25
  • 40
5
votes
2 answers

Flurry does nothing in android

I am evaluating Flurry and has integrated it to a test project The Activity: public class TestFlurryActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { …
Guy
  • 377
  • 1
  • 4
  • 10
4
votes
1 answer

Using FlurryAnalytics logEvent:withParameters

When a user enters a search query, I'd like to track: 1) Their search term 2) Number of results returned 3) CFUUID Can someone tell me if all of these parameters can be put into 1 Dictionary or do I need to create a separate Dictionary for every…
Slinky
  • 5,662
  • 14
  • 76
  • 130
4
votes
1 answer

What is a good way to track background events in Android without inflating session numbers?

Right now I use Flurry for all my in app analytics needs. I'm starting to add features involving services and broadcast receivers. I want to track events within these components, but I don't want to start a new session in Flurry based on these…
ghostfly
  • 728
  • 5
  • 12
4
votes
2 answers

Analytics and legality issues

If you ever used Analytics in your apps, have you included information disclosing that you're collecting Information from them? Or do you omit this? It will be my first time using Analytics and I just wanted to hear your opinions on this. Thanks.
Jen C
  • 460
  • 5
  • 14
4
votes
3 answers

Flurry API crashing iPhone simulator

My app is crashing using iOS5 and iOS4.3 iPhone simulators in Xcode 4.2, the stack trace shows BAD_ACCESS signal in [FlurryAPI stopBackgroundTask] method. While in the iOS4.3 simulator the app is only crashing when sending the app to background, in…
yeforriak
  • 1,705
  • 2
  • 18
  • 26
4
votes
4 answers

XCode 4.2 linker error Library not found -lFlurryAnalytics

I am getting this error when trying to build my project. I have a paid / free version the paid version is working just fine with the same library. However for some reason the free version is having a hard time with the Flurry Analytics library…
odyth
  • 4,324
  • 3
  • 37
  • 45