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
16
votes
1 answer

Duplicate symbol error when using Xcode 10 beta

I get the following duplicate symbol errors when attempting to build my project on an actual device using Xcode 10 beta 5: The errors don't occur when building to the simulator nor do they occur when using previous versions of Xcode and I'm not…
Vallette
  • 284
  • 2
  • 6
16
votes
4 answers

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_Flurry"

I am trying to integrate Flurry analytics 4.1.0 into my iPhone application, but I am receiving the following error when trying to build the project: Undefined symbols for architecture armv7: "_OBJC_CLASS_$_Flurry", referenced from: …
joe
  • 16,988
  • 36
  • 94
  • 131
15
votes
1 answer

How does Flurry provide a free analytics service? Android

Before I add the Flurry library into my .APK, I'd like to know how are they able to provide a free analytic service? They see all the data I ship back from my app. but how do they monetize that? What does an app developer give up or give away by…
Peter vdL
  • 4,953
  • 10
  • 40
  • 60
15
votes
2 answers

Unable to upload iOS update after adding Flurry Analytics? Error: Your app can’t contain standalone executables or libraries

In my Swift iOS application I've just added Flurry Analytics by creating a briding-header.h and importing Flurry.h. I then added SystemConfiguration.framework, CFNetwork.framework, and Security.framework. I then added libFlurry_6.5.0.a via Targets…
cg_
  • 329
  • 1
  • 4
  • 12
14
votes
4 answers

Curl: sleep/delay between requests

I am trying to download flurry exception logs using the following command. curl --cookie ./flurry.jar -k -L "https://dev.flurry.com/exceptionLogsCsv.do?projectID=49999&versionCut=versionsAll&intervalCut=allTime&direction=1&offset=[0-100:10]"…
rfsk2010
  • 8,571
  • 4
  • 32
  • 46
14
votes
7 answers

Flurry error reporting vs other error reporting services such as Crittercism & Crashlytics etc

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 error reporting feature. What is your feedback on…
vpbc2008
  • 151
  • 1
  • 4
13
votes
2 answers

Google Analytics vs Flurry Analytics

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 the direction of a solution to why there is this…
bandejapaisa
  • 26,576
  • 13
  • 94
  • 112
12
votes
3 answers

Difference between FlurryAgent.logEvent and FlurryAgent.onEvent

What is the difference between FlurryAgent.logEvent and FlurryAgent.onEvent? I could not find any documentation on these.
Seth Hikari
  • 2,711
  • 6
  • 27
  • 32
12
votes
2 answers

Use FlurryAgent.onEvent(String eventId, Map parameters)

Please anybody tell how to use FlurryAgent.onEvent(String eventId, Map parameters) in an android activity to track events with flurry ?
Andy
  • 5,379
  • 7
  • 39
  • 53
12
votes
3 answers

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 application that targets Android AND iOS together. Can I…
Aaron
  • 1,454
  • 3
  • 22
  • 29
11
votes
3 answers

Symbolicating an iOS 7 crash report using Flurry Crash Analytics

I recently pushed an iOS 7 update for my application and implemented Flurry Analytics with crash reporting enabled. I recently noticed some users are experiencing crashes. Using Flurry I can retrieve the stack trace at the moment my app crashed to…
s1m0n
  • 7,825
  • 1
  • 32
  • 45
10
votes
1 answer

Rewarded Video Ad in Admob - Mediation not Working

From my Admob, I have setup the mediation for Flurry and Vungle. When I request an Ad I am always getting the error as provided in the Logcat. Could not instantiate mediation adapter: com.google.ads.mediation.flurry.FlurryAdapter. MediationAdapter…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
10
votes
1 answer

Flurry integrations with Android App gives an error "Could not find class 'com.flurry.sdk.i', referenced from method com.flurry.sdk.hu.a"

This is what I've tried so far: public class ScoreUpApp extends Application { private static ScoreUpApp scoreUpDataCache; public static final String TAG = "MyApp"; @Override public void onCreate() { // TODO Auto-generated method stub …
Anudeep
  • 1,520
  • 1
  • 19
  • 38
10
votes
0 answers

How to transfer a Flurry app from one user to another?

Is it possible to transfer a Flurry app from one user to another user?
Daniel Benedykt
  • 6,496
  • 12
  • 51
  • 73
9
votes
1 answer

AdMob interstellar ad dropped for 99%, but sessions numbers(usage) are the same?

For few years I have one iOS app that is making around 0.5 - 1$ per day on average, from an interstellar ad that is shown only once (40 seconds after the app is started). This app was developed in the middle of 2014, updated few times till middle of…
WebOrCode
  • 6,852
  • 9
  • 43
  • 70
1
2
3
45 46