Questions tagged [flurry-analytics]
158 questions
1
vote
1 answer
Flurry analytics events not showing
I have flurry setup and in my event logs I see everything coming in but when I click on Event Summary I see nothing. Also I'm unable to setup funnels or anything using custom events.
The code has been live and tracking for 5 days. Is it just taking…

Dave
- 407
- 4
- 17
1
vote
2 answers
Seeing native crash ("memory violation", sig=11) instead of Android stack trace
I recently started seeing a lot more native crashes in my app, in situations where it seemed like I should be seeing a managed crash and an Android stack trace. With a native crash, the app closes immediately, without the "Unfortunately…

Mark McClelland
- 4,980
- 4
- 35
- 48
1
vote
1 answer
Do Flurry event parameters values must be strings?
So what are the accepted types of values for event parameters in Flurry?
I can only find NSString examples, but there seems to be no explicit info in docs.

Maq
- 369
- 3
- 13
1
vote
2 answers
Making network calls inside of dispatch_async does not seem to work?
Is there anything wrong with making network calls inside of dispatch_async?
The code below doesn't log anything to Flurry when placed inside of dispatch_async but works when placed outside the function.
There's nothing in the Flurry documentation…

Crashalot
- 33,605
- 61
- 269
- 439
1
vote
1 answer
Flurry integration in phone-gap project causing issues
I am integrating flurry with the help of
https://github.com/jfpsf/flurry-phonegap-plugin
I manually copied the FlurryAnalytics-6.0.0.jar file
I have installed following plugins
but when I run the command for creating build
cordova run
It gives…

Abdul Rauf
- 343
- 1
- 2
- 15
1
vote
2 answers
It's possible to start two difference flurry sessions in one activity?
I create two applications on Yahoo Flurry, and I want it to get events from one android app.
When i try to call:
FlurryAgent.onStartSession(this, getResources().getString(R.string.flury_project_api_key));
FlurryAgent.onStartSession(this,…

user2545600
- 25
- 4
1
vote
2 answers
how to make flurry start gathering data at a certain date
Initially I had a single app registered with Flurry.. we used this app pre-launch for testing etc.. and flurry captured all the data from my testers etc. We have recently launched the app and basically made flurry only capture the data from live…

abbood
- 23,101
- 16
- 132
- 246
1
vote
1 answer
Tracking page/screen views with Flurry Analytics
I just added Flurry to my project and some things are not so clear. As an instance I have ViewController1 and ViewController2 that I would like to track, how can I accomplish it? I should just add the below codes into my AppDelegate's…

rihekopo
- 3,241
- 4
- 34
- 63
1
vote
1 answer
Can't see events on Flurry, but getting no errors, using Android Flurry SDK 5.60
I am trying to implement Flurry in a new version of our app, but get no events sent through to the Flurry console/site.
I am using the Flurry SDK 5.60 and have tried lots of different things, and I get Analytics report sent message in my logs which…

Russ Wheeler
- 2,590
- 5
- 30
- 57
1
vote
2 answers
IL2CPP : linking error for iOS build NeatPlug - Flurry Analytics plugin (universal)
We are using Neatplug's flurry analytics plugin for our Unity game. Everything was going fine till we updated unity to the version 5.1.1P1.
Doing so made iOS build (linking) to fail in xcode (using IL2CPP scripting backend, with universal…
1
vote
1 answer
Error posting Flurry event on android
When I try to use:
FlurryAgent.logEvent("Read_article", articleParams);
it returns FlurryEventRecordStatus.kFlurryEventFailed
I am not able to find what is causing this issue and I haven't found any mention of the same in their documentation.

Global Warrior
- 5,050
- 9
- 45
- 75
1
vote
1 answer
Flurry IOS Crash with addition log
Can I add logEvent when app is before/after crash? Idea is I want to add user account to "crash log" or something data and when app is crash I know in what account occurred crash.
Thx.

dev.nikolaz
- 3,184
- 3
- 19
- 32
1
vote
1 answer
Flurry age and gender Android
Hi I am using flurry analytics in my app. I need to find out the age and gender of the person using the app. how can i do this. Although there is an option to set age and gender but from where i can get that as there is no information in my app…

Neha Tyagi
- 3,821
- 3
- 15
- 25
1
vote
1 answer
Is Flurry and Windows Phone 8.1 WinRT compatible?
How to fix Flurry SDK load failure?
Setup
Windows Phone 8.1 WinRT project with SQLite for Windows Phone 8.1
Using SQLite forces you to make your project build to either:
ARM
x86
Code
In the load of a view model I…

Barnstokkr
- 2,904
- 1
- 19
- 34
1
vote
1 answer
Analytics data not logged any more after upgrading to Flurry 4.1.0 android sdk
After upgrading flurry analytics sdk from v3.3.3 to 4.1.0 our Flurry dashboard went dead for the new version - not analytics traffic seems to be flowing in.
As far as we could tell we did not change anything in our analytics code, so can't explain…

Guy
- 12,250
- 6
- 53
- 70