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
1 answer

What does this crash log means? Unable to symbolize

Can you please help me with below crash log, it comes over my iPad application on Flurry analytics. I am not able to symbolize this log so posting here. Hardware Model: iPad3,1 Process: MyApp [180] Path: …
Mrunal
  • 13,982
  • 6
  • 52
  • 96
0
votes
1 answer

Flurry analytics setup

I'm trying to integrate Flurry into my up. In AppDelegate.m I have this: [Flurry setCrashReportingEnabled:YES]; [Flurry setDebugLogEnabled:YES]; [Flurry startSession:MY_APP_KEY]; And here is button action for single view in my test app: -…
Maria
  • 755
  • 1
  • 11
  • 29
0
votes
2 answers

Android app on the market received java.lang.IllegalStateException

How can I try to locate the source of this error? I have received a crash log/stack trace from Flurry but it doesn't provide me with any indication of where in my app the crash originated. (i.e. Activity or line number) I haven't experienced any…
birdman
  • 1,134
  • 13
  • 13
0
votes
2 answers

Architecture error in integrating flurry ads 5.0.0 : undefined symbol for architecture i386

I am integrating flurry ads. Previously ads are working in xcode 5.0.0 with flurry sdk 4.3.5.. But as I updated my xcode to 5.1.0 and flurry to 5.0.0, Ads are not working and showing an error, Undefined symbols for architecture i386: …
hemkaran_raghav
  • 1,346
  • 11
  • 25
0
votes
1 answer

Flurry Analytics crashes application after second start

we use flurry (advertisement and analytics) in our application. Since some time the application simple crashes after it was used on this phone and we start it again. The complete error log: Flurry: Starting session on Agent Version…
Sebastian
  • 1,873
  • 4
  • 25
  • 57
0
votes
2 answers

What is the appstore id needed for creating a flurry campaign link?

I'm trying to set up a flurry campaign link that will track how often someone installed my app from a link on Facebook. One of the fields that must be filled out while doing this is Apple AppStore ID Required. What is the appstore id? I've tried…
Tyler Pfaff
  • 4,900
  • 9
  • 47
  • 62
0
votes
2 answers

Session are logging but events aren't logging in Flurry for iPhone app

I integrated flurry with my app. I also already posted Question related to path issue but no body gave me answer. I thought due to path issue connection has been lost with my app to flurry. Now I saw sessions are creating but events aren't logging.…
josh
  • 1,681
  • 4
  • 28
  • 61
0
votes
1 answer

Which Flurry SDK Should I Use With Phonegap

I am installing Flurry into a Phonegap application so that I might collect better in app analytics. I've seen numerous cordova plugins allowing you to use Flurry's iPhone and Android SDKs with Phonegap e.g.…
cranberry
  • 294
  • 5
  • 17
0
votes
1 answer

Flurry log event updation is quite late as compared its session in iPhone SDK

I integrated flurry with my iPhone app, Its working fine but its log event section update quite late as compared its session updating. It show me 3 days previous log event history but in session its showing me today session history also. I reched my…
josh
  • 1,681
  • 4
  • 28
  • 61
0
votes
1 answer

EndTimedEvent for Flurry Analytics on Android

My question is regarding the timedEvents in flurry for Android. I have three activities in my android app say A, B and A is my entry point of my activity. I am starting and ending the flurry session in onStart() and onStop() respectively for each…
ydder
  • 21
  • 2
0
votes
1 answer

add flurry to android app using Android studio

This is Not a duplicate I've read each post, and at the flurry site as well... I have read: Add the FlurryAnalytics_x.y.z.jar to your classpath If you're using Eclipse, modify your Java Build Path, and choose Add External JAR. If you're using…
0
votes
1 answer

Creating Flurry analytics dll for Flurry SDK 4.4.0 for integrating with monotouch

For previous versions I was able to create dll successfully but now I have downloaded latest SDK of Flurry i.e. 4.4.0. I am creating .dll by following instructions given in below link Integrate Flurry Analytics into a MonoTouch app but it is giving…
Mahesh Bansode
  • 297
  • 1
  • 3
  • 13
0
votes
1 answer

Crash reporting with Flurry and Monotouch

I'm using Flurry Analytics and Xamarin.iOS to write an iOS application. I use bindings from here (Flurry SDK 4.2.3). In FinishedLaunching() method override I call: Flurry.SetCrashReportingEnabled(true); Flurry.StartSession(FlurryAPIKey); Everything…
alexey
  • 8,360
  • 14
  • 70
  • 102
0
votes
1 answer

Flurry 4.3.2 linking issues

I'm trying to update Flurry from v 4.2.3 to 4.3.2 in my iOS application. I've updated the files, and in Frameworks updated it to use libFlurry_4.3.2.a. However, when I look at the project.pbxproj file, under library search paths in a couple places…
Shay
  • 237
  • 1
  • 5
  • 12
0
votes
2 answers

If you start a timer, what happens when the user exits the app?

On iOS, if you start a timer: [Flurry logEvent:eventName withParameters:parameters timed:YES]; What happens if the user leaves the app and the session ends? Does the time get logged? What happens if the user leaves the app and then returns before…
BigCheesy
  • 1,128
  • 8
  • 14