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

My app was just rejected for using the Ad support framework. Which library is responsible?

This was simply an update that didn't change anything to do with the rejection reason. Here is the response from the resolution center: Reasons Program License Agreement PLA 3.3.12 We found your app uses the iOS Advertising Identifier but does…
user2844801
  • 1,394
  • 2
  • 12
  • 20
57
votes
9 answers

What's the quickest way to force an iOS app to crash?

I'm trying to test my crash analytics. I didn't realize how hard it is to make an app crash at will. it seems so simple mid-programming. Does anybody have a suggestion as to how i'd force my app to crash? And i don't mean a little "memory error"…
Katushai
  • 1,510
  • 2
  • 14
  • 27
44
votes
2 answers

How long does it take session data from a Flurry app to show up on the Flurry web site

I'm wondering how long it takes for data from a single Flurry session on a single device to show up on the Flurry web site. Should it be instantaneous, several minutes, several hours, overnight?
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
34
votes
3 answers

Flurry in iPhone App

Can I test the Flurry SDK in the iPhone simulator or should I test it in a device? How many hours should I wait to see the statistics of my test code (the Flurry test) in my dashboard, or is this in real time? My problem is when I test I don't see…
izan
  • 727
  • 2
  • 11
  • 22
26
votes
5 answers

Flurry events not showing up at all

I wanted to add some analytics functionnalities to my app so I created an account on Flurry and added their SDK to my project. Then I logged some events, normal events and timed ones. Until here nothing special :) But even after 2 days I can't see…
Thomas Castel
  • 553
  • 1
  • 6
  • 11
26
votes
2 answers

Does Flurry Analytics for iOS/Android/Blackberry work when offline?

Flurry Analytics tracks analytics for mobile devices, similar to Google Analytics. However, we cannot find technical information regarding this question: Does Flurry tracks analytics when users are offline, then posts them when users come back…
Jason Shah
  • 2,595
  • 3
  • 23
  • 25
25
votes
3 answers

How to use flurry in an application?

I would like to use flurry and its features in my application. How can i register myself with flurry and how can i use it in my android application? Thanks
Nikki
  • 3,314
  • 13
  • 36
  • 59
23
votes
2 answers

Event Parameters in Flurry Analytics; iPhone app

Trying to get Flurry analytics working in my iPhone app. I begin a timed event like this: NSMutableDictionary *eventDict = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"0", @"PARAMETER1", @"0", @"PARAMETER2", nil]; [FlurryAPI…
Tim K
  • 333
  • 3
  • 9
20
votes
5 answers

Which Flurry library should I use for universal iPhone/iPad apps?

Flurry has a separate analytics SDK for iPad apps vs iPhone apps. If I'm building a universal app to run on the iPhone 4.0+ and iPad 3.2+ (iPad native, not compatibility mode), does anyone know which SDK/lib I should use? And is there any reason I…
user81434
20
votes
3 answers

Cocoapods - Flurry & TestFlight - Undefined symbols for architecture

I'm upgrading my project to use Cocoapods and when I try building my project for an iOS device or for a simulator I get: Undefined symbols for architecture armv7: "_OBJC_CLASS_$_TestFlight", referenced from: objc-class-ref in…
RyanJM
  • 7,028
  • 8
  • 60
  • 90
20
votes
5 answers

Can't shrink flurry with proguard

Here is my proguard config (I copied it from android tools folder and added some lines). -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/* -optimizationpasses…
Korniltsev Anatoly
  • 3,676
  • 2
  • 26
  • 37
19
votes
2 answers

Mach-O error on Flurry integration Xcode

I'm attempting to integrate the Flurry SDK into my iOS app for the first time. I added the libraries and code to AppDelegate.m as explained in their instructions. When I compile I get the following errors: Undefined symbols for architecture…
James
  • 736
  • 1
  • 5
  • 19
18
votes
2 answers

Flurry - Deleted events do not appear again

In an attempt to clean up test records, i had cleaned up all events in Flurry administration. However i was hoping that all future use of the same events will appear in the events captured by Flurry. However its 24 hours since i had deleted and have…
Keval Prabhu
  • 990
  • 8
  • 10
17
votes
1 answer

Flurry v 4.2.3 linking issues

I'm trying to update to the latest version of Flurry, from 4.2.2 to 4.2.3. I've updated the files, but now I'm getting all sorts of linking errors. Undefined symbols for architecture i386: "_SecItemAdd", referenced from: …
SD_Guru
  • 339
  • 3
  • 10
16
votes
7 answers

Any good Crash Reporting Services for iOS

Right now we are using Flurry to gather crash reports from our users. The problem is that each crash is limited to 255 chars, and we can't see the complete stack trace. Is there a similar service out there that will allow us to see the full stack…
Alex1987
  • 9,397
  • 14
  • 70
  • 92
1
2 3
45 46