flurry Questions

2

We have Flurry and GA running on both Android and iOS apps. However, seeing 30% more sessions on Flurry than on GA for the same period of time. Has anyone experienced this as well? Ideally don't w...
Spidery asked 31/7, 2014 at 15:23

0

Is it possible to transfer a Flurry app from one user to another user?
Competence asked 4/12, 2014 at 21:4

5

Solved

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 pass...
Terina asked 23/3, 2011 at 11:25

9

Solved

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...

2

Solved

Trying to get Flurry analytics working in my iPhone app. I begin a timed event like this: NSMutableDictionary *eventDict = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"0", @"PARAMETER1", ...
Threeply asked 16/11, 2010 at 20:20

2

Solved

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.o...
Droshky asked 6/9, 2012 at 19:37

1

I track my Application with flurry. At the flurry site i see a lot of events but i think flurry misses a lot of events messages. I use the android flurry sdk 3.2.2 So i used a proxy to watch the t...
Raylenerayless asked 16/10, 2013 at 17:47

1

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 trac...
Zinn asked 5/2, 2014 at 19:52

3

Solved

I have Flurry.h and libFlurry.a added to my project from the Flurry 4.1 SDK. In my app delegate I have the following in didFinishLaunchingWithOptions. [Flurry startSession:@"[apikey]"]; I've als...
Empoison asked 30/1, 2013 at 0:31

2

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) @Ov...
Legge asked 5/9, 2013 at 15:32

1

Solved

How can I add flurry into my android studio project, I haven't done this before, so I am not entirely sure where to add the files? I have FlurryAnalytics.jar and how to use in my app? thanx...
Elmaleh asked 18/11, 2013 at 12:57

7

We are evaluating various error reporting services for iOS and Android apps. Our app uses webservices to connect to the server. We currently use Flurry analytics but have not yet used their new er...
Lethe asked 17/10, 2013 at 20:4

3

Solved

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", refe...
Representation asked 8/8, 2013 at 18:8

2

Solved

I am using latest sdk of Flurry Analytics v3.2.2 But i got below error TOAST when i run my application . SD HTTP RESPONSE CODE:200 i don't know from where it comes and how. I goggled it but got n...
Protestation asked 27/9, 2013 at 13:19

1

Solved

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: "_Sec...
Antibaryon asked 12/9, 2013 at 14:27

1

Solved

When I use the FlurryAgent on a 2.3.4 device I get the following exception: E/AndroidRuntime: FATAL EXCEPTION: FlurryAgent android.view.ViewRoot$CalledFromWrongThreadException: Only the original ...
Tarra asked 20/7, 2013 at 22:55

1

Solved

I know that there is a delay in Flurry reporting, however, we are seeing no results the following day on Flurry's reporting. [Flurry setDebugLogEnabled:YES]; [Flurry setLogLevel:FlurryLogLevelDe...
Scurry asked 24/7, 2013 at 17:10

3

Solved

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
Landmark asked 16/12, 2010 at 12:5

1

Solved

I'm trying to use Flurry Analitcs in my app. After read a sdk document I did the following code in each activity from my application: @Override protected void onStart() { FlurryAgent.onStartSessi...
Circumvolution asked 7/5, 2013 at 17:28

3

Solved

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 tri...
Patinated asked 21/2, 2012 at 10:8

1

Solved

Flurry can give you a URL that redirects to your app on the App Store, and they can tell you how many people install the app by using that URL. How do they do this?
Intemperate asked 5/5, 2013 at 7:32

2

Solved

In my app: Flurry is showing over 11,000 new users. I also have google analytics in the app too and that is showing 8,200 unique visitors. Has anyone got experience of this and could lead me in ...
Drynurse asked 25/1, 2013 at 14:41

3

Solved

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 i...
Klayman asked 29/3, 2011 at 12:36

1

Solved

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 fi...
Unbated asked 29/1, 2013 at 15:50

2

Solved

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...
Psych asked 22/9, 2012 at 17:6

© 2022 - 2024 — McMap. All rights reserved.