flurry Questions

3

Solved

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.fra...
Coccidioidomycosis asked 24/5, 2015 at 1:5

4

Solved

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&...
Pilsudski asked 9/2, 2012 at 14:46

1

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 o...
Ferriferous asked 31/7, 2018 at 16:30

5

Solved

Here is my proguard config (I copied it from android tools folder and added some lines). -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/* -optimiza...
Kingmaker asked 30/8, 2012 at 14:18

1

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...
Internationale asked 22/5, 2018 at 9:34

2

Solved

After I successfully integrated flurry SDK into the library by using this code in my build.gradle file. compile 'com.flurry.android:analytics:6.8.0' I created java Class to integrate my API Key...
Jammiejammin asked 27/2, 2017 at 23:11

2

Solved

I'm viewing my top used version numbers in flurry for my app. It appears flurry is using the build number field (bundle version) in my plist to report what version a particular app is. Is this true...
Zampino asked 3/7, 2014 at 20:47

1

Solved

I am trying to install Flurry for React Native using the npm React Native Flurry Analytics Here is my pod file: target 'myApp' do pod Flurry-iOS-SDK/FlurrySDK end and running pod install in ...
Rijeka asked 4/10, 2016 at 19:23

4

Solved

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: "_OB...
Trevelyan asked 2/1, 2013 at 14:51

3

Solved

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 applic...
Juryman asked 26/2, 2013 at 17:10

2

Solved

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...
Brainstorm asked 4/11, 2010 at 12:29

1

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.a...
Chatelaine asked 28/1, 2016 at 15:2

5

Solved

I wanted to add some analytics functionnalities to my app so I created an account on Flurry and added their SDK to my project. Then I logged some events, normal events and timed ones. Until here n...
Romberg asked 22/3, 2012 at 12:10

2

I am using CocoaPods to integrate Flurry Ads in my project as per the instructions on the Flurry Developer Documentation. I have my Podfile as below: platform :ios, '9.0' use_frameworks! target 'F...
Demobilize asked 9/1, 2016 at 1:40

1

I am trying to integrate Flurry Interstitial Ads using cocoapods in Swift and Xcode 7.1.1. I am following this documentation from developer yahoo site https://developer.yahoo.com/flurry/docs/publ...
Hydrocephalus asked 27/12, 2015 at 6:52

4

What is the maximum number of custom events you can report per session with Flurry analytics?
Thebes asked 29/8, 2013 at 17:28

3

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 retrie...
Cristinecristiona asked 6/11, 2013 at 13:35

3

Solved

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 /Application...
Journey asked 10/5, 2013 at 20:27

2

Solved

I have an existing bridging header that currently contains several obj-c pods. I am having issue importing the Flurry framework with Xcode saying 'Flurry.h' file not found even though it has be...
Goldiegoldilocks asked 29/7, 2015 at 16:17

1

Solved

My errors are getting logged. I can see the errors in the log. I'm trying to figure out how to find the specific information that I'm logging, especially the message parameter. I've tried looking t...
Backbreaking asked 20/2, 2015 at 15:5

1

Solved

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...
Agribusiness asked 26/9, 2011 at 18:34

1

Solved

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(...
Paradox asked 17/3, 2015 at 8:59

2

I am new to Flurry Analytics in Android, where can I find basic tutorials to work on it?
Noble asked 10/6, 2010 at 5:5

1

I wonder what are the ways/patterns to detect app uninstallation for any kind of analytics on android? I know the limitations of ACTION_PACKAGE_REMOVED intent - not received by application being re...
Eichhorn asked 18/5, 2014 at 19:23

2

Solved

I use Flurry 5.4.0 for iOS at the moment and I have a concern about being able to log more information than only an error ID when it comes to the method: + (void)logError:(NSString *)errorID messa...
Forest asked 16/12, 2014 at 16:16

© 2022 - 2024 — McMap. All rights reserved.