FlurryAgent is a commercial service which provides anonymous usage statistics and error reports on mobile devices. Flurry provides the statistical data & Analysis about the usage of App. We can also track different events and logs within the app.
0
votes
0answers
13 views
iOS. Configure flurry to display ads with my concrete apps?
For example playhaven allows to create a concrete set of applications to display. Even if they don't belong to me.
Is it possible to do the same with Flurry? It is hard to understand anything with ...
0
votes
0answers
35 views
Recording events with Flurry after app was launched due to a monitored region being entered
The scenario is as follows. I have an iOS app that uses the CLLocationManager's region monitoring feature to notify the app when a predefined geographic region is entered. The way region monitoring ...
0
votes
1answer
28 views
NumberFormatException when using forge.flurry.setLocation
I'm trying to implement Flurry Analytics in my trigger.io app. When executing the example for setLocation on an Android device:
forge.geolocation.getCurrentPosition(function (position) {
...
0
votes
1answer
31 views
FlurryAgent:Agent cache file doesn't exist while implementing Flurry analytics in android
I am implementing flurry in application,and i have written code following code,
@Override
protected void onStart()
{
// TODO Auto-generated method stub
super.onStart();
...
0
votes
1answer
39 views
Link against the umbrella framework
I got ios app where i want to implement Flurry-analytics.
After importing Flurry and ling libsystem_network.dylib
I got this problem which cannot solve
ld: cannot link directly with ...
-2
votes
0answers
28 views
Flurry integration error [closed]
I am integrating Flurry Sdk in my application and had follow all guide of showing a banner.
Then i had make a compain to show iAd and Admob ads. but It is not showing ads from any of the ad network. ...
0
votes
1answer
48 views
Flurry on Blackberry 10
is it possible to use Flurry Blackberry SDK on Blackberry 10?
Flurry SDK:
http://support.flurry.com/index.php?title=Analytics/GettingStarted/TechnicalQuickStart/Blackberry
Thanks
1
vote
0answers
44 views
Flurry should be used in Services and AsyncTasks?
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() {
...
-2
votes
0answers
50 views
session key for flurry for iOS app [closed]
I am creating plugin in which user can add his/her app's flurry session key. I need to check this key, so is there any way to check the user entered session key for flurry is correct or wrong to track ...
-1
votes
0answers
198 views
Invalid binary for UDID [closed]
I have received an Invalid binary designation from iTunes Connect for having an API that uses UDID. I was using an old version of Flurry, but have updated to the new UDID-free version. I have searched ...
4
votes
1answer
54 views
How is flurry able to detect when a user installs an ios app from a provided link?
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?
0
votes
1answer
52 views
Flurry Android events not logging through NDK but logging through java
I am trying to integrate flurry into a NativeActivity (no-java based code) Android application, and am not having any success. I have set up a sister Java-based flurry test activity that works well, ...
0
votes
1answer
21 views
How to watch the struct of http package content in mac os?
I want to see what data does Flurry send.
So I using the charles(a package catcher tools) to catch the package which Flurry send. But the http package may compressed in Gzip format(I'm not sure. I ...
0
votes
1answer
27 views
Flurry segmentation overlap
So I have the following situation:
I develop application for camping, and I need to analyze what users do when they use app before, during and after they stay in camp. For this purpose I use segments ...
0
votes
1answer
38 views
Flurry integration build fails: Undefined symbols for architecture armv7
I dragged the Flurry.h and libFlurry.a to my project. Added the neccessary inovation in my main delgate with a correct key. I already had the SystemsConfigurations.framework in my project. When ...
0
votes
1answer
40 views
Logging events in Flurry outside an active session
Does Flurry only log custom events if a session is active? or does it also log custom events outside the scope of a session? I ask this because we let the user decide to enable/disable data tracking, ...
1
vote
1answer
88 views
Integrating Flurry AppCircle Ads with AdMob Mediation
I'm currently integrating Flurry AppCircle Ads in my iPhone application with AdMob Mediation; I'm developing for iOS 6.
I've been following Flurry's integration instructions from here but in the end, ...
1
vote
1answer
71 views
End session with Flurry Analytics in iOS
I have an iOS application that is using the Flurry Analytics SDK. This application is being used as a kiosk in a museum setting with it running in Guided Access mode. I need to be able to start and ...
-1
votes
3answers
60 views
Parsing XML to get multiple values
I'm retrieving data from this XML:
<appMetrics versionName="1.1.0" startDate="2013-04-16" metric="ActiveUsersByDay" groupBy="dayOfYear" endDate="2013-04-18" country="US" version="1.0" ...
0
votes
1answer
52 views
Iphone app XML reading
I'm making an iphone app in xcode that has to be able to read xml retrieved from the web. It works with every xml ive tried except this one. What's wrong with it?
<appMetrics versionName="1.1.0" ...
0
votes
0answers
36 views
FlurryAgent.getAd always returns false
I'm trying to implement flurry ads in my android app. I have a problem - FlurryAgent.getAd always returns false
I have banner "FrameLayout" and I'm trying to put these some ads.
@Override
...
0
votes
1answer
57 views
(Android) Can't See Flurry Logs
I'm trying to implement Flurry Analytics on my app and here's the log for the session.
04-17 07:31:10.292: D/FlurryAgent(5431): Initializing Flurry session
04-17 07:31:10.311: D/FlurryAgent(5431): ...
2
votes
1answer
47 views
Is this a tolerable amount of crashes? Would you consider 3% to be edge cases?
my crash logs are reporting that approximately 3% of users have experienced crashes.
Specifically this is using "sessions" via Flurry. Out of 50,000 sessions, there have been 1500 sessions with ...
-1
votes
2answers
45 views
How to log every click in iOS App with Flurry [closed]
How can I log every button click in iOS App with Flurry?
I want to realize click flows in my app.
0
votes
1answer
51 views
Unable to link external libraries during Android unit testing
I'm seeing some interesting warnings while loading up my unit tests for my Android project. I don't see these errors when running the app normally. They aren't preventing my unit tests from being run, ...
0
votes
1answer
28 views
what does mean unique users and getting its value for a perticular application In Fluury
Fluury Issue : I want to know, what does mean unique users in flurry and how to get its value for a perticular application in flurry ?
I have this api : ...
-1
votes
1answer
58 views
How do I get my build to succeed in xcode after I include Flurry analytics?
I've included the folder labeled 'Flurry' in my project. I've added the lines in AppDelegate.m:
#import "Flurry.h"
- (void)applicationDidFinishLaunching:(UIApplication *)application
{
[Flurry ...
0
votes
0answers
93 views
Flurry integration in xcode 4.61
can any tell me how to integrate flurry with phonegap 2.4 in xcode 4.6, i tried all the methods according to their instructions, but still no report is apearing... anyone know the simplest way.. ...
0
votes
1answer
40 views
How to submit user score in Flurry SDK (Android and iOS)
So, my need is I submit user score to Flurry, in order to gain information about how much the average score that user can achieve.
I have setup logEventWithParameter
Event Name = "Game Result"
...
1
vote
1answer
52 views
add Analytics tool in the ios application [closed]
I want to add Analytics tool in my iPhone application. I have found Google Analytics, Asking Point and Flurry.
Now which is the best analytics tool form them and why ? or is there any other tool ...
0
votes
1answer
78 views
Android Flurry miss event logs and params
I've integrated Flurry SDK into Android app. When we actively tested our application, console was full of event logs and every event had a list of params.
We prepared app to release: compiled ...
-1
votes
4answers
223 views
iPhone app storage growing [closed]
I had a quick search for this but unfortunately couldn't find any answer.
My iPhone app is still underdevelopment. I just noticed from my iPhone's Settings->General->Usage, that this app is taking ...
0
votes
3answers
98 views
integration of FlurryAds
I am trying to integrate the flurryAds to my iPhone app, I am not able to do this.
I import the .h files named
#import "Flurry.h"
#import "FlurryAds.h"
#import "FlurryAdDelegate.h"
when I ...
1
vote
1answer
51 views
Flurry Parameter limitation
In my application i have an event which has been occurred for more than 1000 times when i am trying to retrieve that event along with the parameters i am getting only 500 parameter values only.
Is ...
0
votes
1answer
18 views
how to add compaign parameter to flurry's banner
I'm thinking using flurry to promote my android app. It seems that flurry can put my app's ad as banner on other apps. My question is how can I append campaign parameter on the url on banner so that I ...
0
votes
0answers
36 views
Flurry API Usage in Rail3 [closed]
Does anyone work with Flurry API's in your rails application.
If so please provide some sample code or any blogs for a starter.
Thanks,
0
votes
1answer
141 views
General Flurry setup and initialization
I'm building an android application that uses flurry sdk.
I have in my activity the following code:
protected void onStart() {
super.onStart();
FlurryAgent.setVersionName("1.0");
...
0
votes
1answer
256 views
FlurrySDK with cocoapods
I'm trying to integrate FlurrySDK framework in my app using Cocoapods (as I'm doing with already a lot of framework) but for some reason xcode keeps throwing this compilation error :
Undefined ...
0
votes
1answer
57 views
flurry - How to view churn count/rate?
On the flurry dashboard, we can see under Usage > User Retention, the number of retained users. I'm wondering how about the churn count/rate. How do we view the number of users who stopped using the ...
0
votes
3answers
111 views
flurry - How to flurry detect new users?
According to Flurry documentation,
"New Users
A new user is a user who has just started using your application.
Users are identified by unique phone IDs (which vary by platform) to
...
1
vote
3answers
190 views
Flurry integration into same app on Android and iOS
I have one app that is available on the Android store and the Apple store. I want to integrate Flurry analytics into them. On the Flurry management site, I do not have the option to create 1 ...
0
votes
2answers
140 views
Starting and closing Flurry session
I have been watching some other questions in here, but I don't really understand some reasons.
I have an app with a lot of activies, and a Flurry analytics API key. I want a flurry session to be a ...
0
votes
1answer
58 views
Flurry banner ad reopen after close
My game need to show ADs in specificed sense,so I call Flurry's Api displayAdForSpace ,when exit this sense,I need to close AD banner,I called removeAdFromSpace ,banner disappear.but when I call ...
1
vote
1answer
75 views
Accessing Flurry User ID
I know that there's a setUserID method in Flurry, but how would I get the user ID that Flurry sets by default for a device?
0
votes
1answer
161 views
Flurry SDK: How to add event description and how to use event parameters?
I have tested flurry for iOS.
I've found, that i don't know how to add event description programmically.
Also, i don't understand, for which reason i should use event parameters. (only for ...
0
votes
1answer
80 views
Crashed ios application with flurry analytics when startSession called on Flurry
I have been using Flurry SDK in my iOS application to track the user interacted events. It was working fine, but I had a crash with Flurry, debugger is pointed to startSession of Flurry. When I ...
1
vote
1answer
102 views
How to Flurry Intigration with FlurryAdListener in android
i want to integrate flurry in my app. in the following code i am integrate flurry but that was not working properly in android. flurry listener call its method two times. how it working please help ...
2
votes
1answer
178 views
Flurry interstitial ads appearing inconsistently
I've set up Flurry ads in my app and most of the time, they work great. My game has several minigames, and at the end of each minigame, I show an ad.
However, occasionally the ad does not appear, ...
2
votes
1answer
103 views
Flurry Ads ios Banners dismiss
Does anybody have experience with FlurryAds? I am able to get there test ads to display. However, when I display a banner Ad, there is no 'x' for the user to dismiss the ad themselves. Does anyone ...
0
votes
1answer
42 views
Flurry - Protect public key
In order to send events to Flurry they provide an API Key. Do i have to protect that key in my Android App ?
If yes, what's the best way to do this ?


