Questions tagged [flurry-analytics]
158 questions
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
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
9
votes
1 answer
For Flurry error logging, where can I find the information that I logged?
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 through the documentation and clicking endlessly…

Jeff Wolski
- 6,332
- 6
- 37
- 69
7
votes
2 answers
What is the difference between organic and non-organic App installs?
I've read on different analytics website but couldn't understand the difference. Companies charge for non-organic installs so I'm worried about that before using those.

Safwan Ahmed
- 205
- 2
- 7
6
votes
3 answers
Flurry -retransmitNotSentBlocks Crash
Recently came across this issue with the Flurry SDK. After restarting an app quickly a few times it would begin to Crash at launch, disabling Flurry fixed the issue temporarily. The problematic method seems to be [FlurryDataSender…

psobko
- 1,548
- 1
- 14
- 24
5
votes
2 answers
Bridging Header for Flurry.h not working with Pod
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 been correctly inserted using pods.
My bridging header…

Allreadyhome
- 1,252
- 2
- 25
- 46
4
votes
1 answer
How to change time zone in Flurry Analytics
Flurry analytic default time zone is PDT . I am not able to change it into IST. Can someone guide me?

Nishant
- 51
- 2
4
votes
1 answer
Android unrequested ACCESS_COARSE_LOCATION permission
I noticed that during my application's install, it requests "approximate location (network-based)" permission. I haven't asked for ACCESS_COARSE_LOCATION in the manifest, but I'm using three SDKs which are the only suspects.
The SDKs in use are:…

smb6
- 121
- 5
4
votes
2 answers
How to use Flurry Analytics (.jar) in Xmarin.Android application?
I want to use Flurry in my Xamarin application. To do that I need to use Flurry Analytics for Android, which is a .jar file.
To do that I have created Bindings Library and included FlurryAnalytics-4.2.0.jar as an InputJar. But after buliding I get…

Peter
- 912
- 3
- 11
- 29
3
votes
0 answers
Flurry throwing "GOOGLE PLAY SERVICES ERROR"
I am trying to integrate Flurry analytics into my Android app, and I am facing certain issues. I am seeing these errors in logcat every time my app starts:
E/FlurryAgent: GOOGLE PLAY SERVICES ERROR: java.util.concurrent.TimeoutException: Timed out…

MarkoR
- 543
- 4
- 12
3
votes
2 answers
Disable Flurry Xcode console logging
With the latest Flurry iOS SDK, 8.0.2, I keep seeing this in the Xcode console. How do I disable this logging?
FlurrySession: Attempting to record Event eventName[xxxx] with parameters[xxxx]
FlurrySession: Event count for eventName[xxxx] updated to…

ArdenDev
- 4,051
- 5
- 29
- 50
3
votes
2 answers
How to handle “android-security” and “TrustManager” issue regarding Flurry Analytics?
I received an email from Google Play regarding “android-security” and “TrustManager” i.e. Your app(s) listed at the end of this email use an unsafe implementation of the interface X509TrustManager.as per an email my affected class is related to…

Maroti
- 501
- 2
- 9
- 25
3
votes
1 answer
Flurry analytics 5.6.0 not sending events to Flurry servers
I'm new to Flurry but I've implemented the SDK based on the official documentation, and it seems to be "working". Sessions are started correctly and events are tracked but never ever sent to server. What am I missing?
A similar issue has been…

Zsolt Boldizsar
- 2,447
- 2
- 27
- 37