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
0
votes
2 answers

Unable to add Flurry to iOS 6.0 project

The basic error after adding the Flurry Lib while adding the following code in App Delegate [Flurry startSession:@"MY_API_KEY"]; is Undefined symbols for architecture armv7: "_SCNetworkReachabilityGetFlags", referenced from: …
rahulg
  • 2,183
  • 3
  • 33
  • 47
0
votes
1 answer

Flurry 4.2.1 for iOS fails to link

I updated to the new Flurry 4.2.1 library on iOS. However, when I build my project, I get the following linker error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_Flurry", referenced from: ... What is the likely cause of this error? I…
0
votes
1 answer

Unable to Download Remote File from server after using sleep in php

Hi there i am having a strange problem with downloading a remote file. I am using Flurry Data API to download some Reports. Thing is when first time we call the Flurry API it gives us XML/JSON response which contains the path of the Report for…
Seeker
  • 1,877
  • 4
  • 32
  • 56
0
votes
0 answers

Show fullscreen Flurry ad after a click in an AlertView

I've got a problem, I added Flurry SDK in my iOS app and want to show a full screen add each time when the user click in the "Ok" button of an uiAlertView. The problem is that it doesn't work. So, I tried try to do it without the AlertView and it…
0
votes
1 answer

Some Questions about Flurry

Hello I am implementing the Flurry Ads and Analytics in my application. My application has complex activity structure which includes tabhost, tabgroup, context menu, Option Menu and many other things. While implementing I get several questions in…
dd619
  • 5,910
  • 8
  • 35
  • 60
0
votes
2 answers

Flurry: if flurry events added without start/end session, will it show on flurry site?

If flurry events are added in an activity without adding startsession / endsession in onStart/onStop will it log on the flurry site ? Previous activity is having startsession / endsession in its onStart/onStop. Can anyone help?
Sjk
  • 377
  • 1
  • 5
  • 19
0
votes
1 answer

Omniture implementation in Fragments - Android

I have an activity which calls the fragment's. I am trying to implement Omniture in Android. I do see documentation for implementing omniture in Activity. But i want to have omniture implementend in my Fragments. Here is the code for Activity. I am…
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
3 answers

FLURRY with android

i need to integrate flurry on my app and i want to know how to do it , i tried with some tuto but dosen't work, please if some one can help me , and thank you . this is what i used on manisfest :
Sherlock
  • 19
  • 7
0
votes
1 answer

Flurry Sessions:Whether session ends if Back Key/Home key pressed in Android App

I have been going through different flurry questions and have doubt that if i press home key/back key will that session ends. ?? I am Adding flurry start and end session in onStart & onStop of all activities. Q2 : Also,Suppose I open the app and do…
Sjk
  • 377
  • 1
  • 5
  • 19
0
votes
1 answer

Flurry:Ad server responded but sent no ad units

I am Using Flurry ads in my android Application. I have created one AdSpace on flurry server and accessing it in my application. And I don’t have any Campaign as I want ads only from AppCircle. However, I am able to get test ads, But when I trying…
dd619
  • 5,910
  • 8
  • 35
  • 60
0
votes
2 answers

android - turn off flurry while debugging

Is there an efficient way to turn off Flurry while debugging? Right now the best way I can think of is setting a DEBUG variable to true in one file, and in all of my activities super.onStart(); if(PublicStuff.DEBUG != true) //if debug =…
CQM
  • 42,592
  • 75
  • 224
  • 366
0
votes
1 answer

Is FlurryAgent.getPhoneId() unique for each customer?

I was tracking the user behavior using flurry in my android app. I came across a function called FlurryAgent.getphoneId() I had 2 questions: 1) Is this Id unique to every single phone? I am trying to make this the unique Id for each customer. I…
user1051505
  • 952
  • 3
  • 22
  • 37
0
votes
1 answer

Flurry plugin integration in phonegap

I followed this link (https://github.com/jfpsf/flurry-phonegap-plugin) to integrate flurry plugin in phonegap iPhone app. After integration as given in the link. I called flurry methods: flurry.startSession('XYZ',function(){ …
0
votes
2 answers

Flurry mediation with many Ad Networks

hello I am implementing the flurry mediation with admob,JumpTap,Mobclix and InMobi. And flurry mediation document says that, To implement an Ad Network you must perform the following steps: 1. Include the Ad Network Android SDK with your app…
dd619
  • 5,910
  • 8
  • 35
  • 60
0
votes
1 answer

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 their awful design. As I understand I must create "a…