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
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 ...
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 ...
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
189 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
0answers
45 views

Server-side events in Flurry?

Is it possible to report server-side events to Flurry? For example, to create a funnel that analyzes user responses to push notifications, you need an event which shows that the server sent a push ...
0
votes
1answer
101 views

Trying to import flurry analytics into my app delegate… any suggestions?

When I try to add to the code, I receive semantic and parse issues. Does anybody know what the proper way I could add this to my app? The first set of code is my original code without the analytics, ...
1
vote
2answers
606 views

Flurry does not log anything in android

I have implemented flurry before. It was working fine. Today with new version of sdk, flurry does not log any thing in logcat. My code Flurry.java public class Flurry { private static final String ...
0
votes
1answer
104 views

How to get the Flurry Data for Custom reporting

i want to get the Flurry Data for My Application for Custom report in my Website for my Application is there any way to do it ? Thanks in Advance Sangeeth
2
votes
1answer
381 views

Flurry only logging time events, not regular ones

I am trying to use Flurry to collect analytics within my iOS 5.x and 6.x App. Overall what I do seems to work, however in the events tab of the flurry dashboard I can only see one type of events, ...
2
votes
1answer
441 views

Analytics for cross platform JavaScript based mobile app [duplicate]

Possible Duplicate: How to use Google Analytics with Phonegap without a plugin? I want to use something like Phonegap to write an app for Android, iOS and Blackberry, as well as generate ...
0
votes
2answers
498 views

Flurry analytics doesn't seem to log events in ios 4.2

In the past days I'm having issues with flurry api, and it seems that it stopped working. My build ios version is 4.2 and the Flurry version is Flurry iPhone SDK v4.0.4 In my code I'm doing this: ...
7
votes
2answers
2k views

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 ...
0
votes
1answer
185 views

Flurry analytics on device orientation, Android

I am trying to find information regarding whether device orientation in my application is skewing the analytics due to sessions log occurring during the activity life cycle. Sessions in Flurry seem ...
0
votes
0answers
95 views

Do any iOS analytics packages report deeper location data than “city”?

I've recently installed Flurry Analytics into my iOS app, and it works great. I submitted with the location data enabled, and the information I get lets me drill down through continent, country, ...
3
votes
4answers
465 views

Flurry for Desktop applications

Is there any way to support flurry for desktop applications or is there any other tool out there. I prefer Flurry as I'm using it for my mobile applications. Thanks
0
votes
1answer
62 views

Is there an analytics tool that can separate different users from on the same iOS device [closed]

I have and a game application I would like to do play-testing on. Since Apple put limitation on the number of devices I can do testing on, I'd like to do get information from multiple users on one ...
0
votes
1answer
250 views

how to remove Flurry

I have recently starting taking after my company's app. I want to remove flurry and put in MixPanels. I want to know is there a procedure in deleting Flurry, or just delete the .h file? This is my ...
2
votes
0answers
231 views

What is a good way to track background events in Android without inflating session numbers?

Right now I use Flurry for all my in app analytics needs. I'm starting to add features involving services and broadcast receivers. I want to track events within these components, but I don't want to ...
3
votes
2answers
451 views

Analytics and legality issues

If you ever used Analytics in your apps, have you included information disclosing that you're collecting Information from them? Or do you omit this? It will be my first time using Analytics and I just ...
0
votes
2answers
560 views

ask user for permission on analytics

Based on the privacy requirements from the ios store, can we include analytics like Flurry and track app usage without asking the users permission? The analytics doesn't get user personal data or ...
0
votes
1answer
318 views

Flurry AppCircle Integration - Duplicate Symbol FlurryAutoIncrement.o

I keep getting this error: ld: duplicate symbol _OBJC_CLASS_$_FlurryAutoIncrement in /Users/game/FlurryAnalytics/ libFlurryAnalytics.a(FlurryAutoIncrement.o) and ...
0
votes
3answers
1k views

Integrating Flurry AppCircle Clips

I've integrated Flurry Analytics and now am trying to add Flurry AppCircle Clips, but the AppCircle docs only seem to pertain to banners. I'm looking for full screen ads or video ads to display at ...
2
votes
1answer
958 views

Problems getting timed events in Flurry Analytics to work

I have already checked out this link and followed the instructions exactly: Can Flurry analytics provide average of integer information? Have also read the instructions from Flurry, provided when ...
2
votes
0answers
173 views

Can you submit data from a web page to Flurry Analytics?

We have developed an iPhone, Android, and BlackBerry app for our product. We also have an ASP.NET MVC mobile website that provides the same content as the native apps for any of the sorry folks who ...
1
vote
0answers
612 views

Flurry and Phonegap for Android: How to use onPageView

has anyone experiences to track the viewing pages in Phonegap App for android with Flurry? Right now i have to use events. But it makes me unable to view the user path in Flurry Dashboard. Because ...
5
votes
2answers
491 views

Recommend a server-side event logging system for iOS

We're using Flurry to track events made in our iOS app (similar to Google Analytics, Mixpanel). It's great, but there's no way to get the raw dump of all the events that have been fired - all these ...
4
votes
1answer
2k views

Mobile App Analytics for iPhone and Android phonegap app: Google Analytics or Flurry?

I want to add analytics statistics on my apps built with HTML5 & Javascript and wrapped in phonegap. Basicaly, it's just a web app, so I wonder if i can use the same Javascript code as a website ...
1
vote
1answer
578 views

Choosing when to send data with Flurry on iPad

I would like to add Flurry to an iPad app that is meant to stay running in the foreground for several weeks. Flurry apparently only uploads information to its servers on events such as app start, ...
0
votes
1answer
626 views

session count mismatch in GA and Flurry analytics in android app

I am developing an app which has 10 activities. I am integrating both Google and Flurry analytics in my app. For GA, I am maintaining a global tracker object which gets started in the launcher ...
3
votes
4answers
5k views

Flurry alternative

Is there a good alternative for Flurry ? I use it because it is simple to integrate, but i'm not so happy with the webinterface. I miss the google-analitic-ness, but i dont want to use google. So, ...
19
votes
5answers
3k views

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 ...
4
votes
2answers
1k views

How FlurryAgent.onPageView() works?

I'm testing Flurry on a simple Android app that has just a single Activity. I call the FlurryAgent.onPageView(); from the Activity's onCreate method. Is this the correct way to count page views? ...
0
votes
1answer
808 views

How to revert to previous XCode version?

I have an app I am working on that is a universal iPhone/iPad app. I have been wanting to use analytics for quite some time now and so I went in and setup the Flurry sdk, implemented a few of the ...
17
votes
1answer
2k views

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 ...
0
votes
1answer
648 views

Android and Flurry ExceptionHandler

This question is for people that has experience using flurry sdk in android applications. This sdk installs a custom exception handler. I am not satisfied with the detail of information that is logged ...
2
votes
4answers
2k views

Do you need to display an EULA when using Flurry/Google Analytics? [closed]

I hear different things from different people on that topic and nobody is really sure. Also a quick google search doesn't reveal anything informative. The question is: when using Flurry Analytics (or ...