Questions tagged [flurry-analytics]

158 questions
3
votes
2 answers

Flurry initialization error with Android

I have the following error when initialize flurry on Application Class: 04-27 10:57:47.360: W/dalvikvm(26744): VFY: unable to resolve static method 22939: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient;.getAdvertisingIdInfo…
Leonel
  • 2,796
  • 5
  • 25
  • 36
2
votes
0 answers

iOS (Swift 4) - Catch error from third-party library function which does not throw

Are there any good ways to catch exceptions originating from function calls by third-party (closed source) libraries/frameworks when the function does not explicitly throw? Curious how to properly handle this in both Obj-C and Swift. Ex: Integrate…
2
votes
1 answer

Flurry Event Values show "com.flurry.OTHER"

I Integrated Flurry in my iOS App. I added Some Events. I am passing "EventName" as "String value" and "EventValue" as "URL String". But When I checked in flurry analytics For Event_URL sometimes its showing com.flurry.OTHER" Any idea why its…
Naveen kumar
  • 800
  • 1
  • 5
  • 23
2
votes
1 answer

Flurry Analytics: I see logEvent occurrences in the portal but do not see logError occurrences

I'm calling both logEvent and logError, but only see the former in the Flurry console. Do errors show up somewhere else? Flurry.logError("DataUpdater_Error", message: causeOfError, error: nil) Flurry.logEvent("DataUpdater_Event") In the portal…
steverb
  • 1,415
  • 1
  • 10
  • 12
2
votes
0 answers

Flurry Timed Events tracking multiple of them

As per Flurry Documentation for timed events you can logEvent and then endTimedEvent which is great. But my specific question is around what happens when we log multiple timed events at one time and when we call endTimedEvent which one of the open…
ATO
  • 574
  • 4
  • 14
2
votes
1 answer

Steps to integrate flurry ad in android application

I have to integrate the flurry ad in my android application. Can anybody provide the steps to integrate the flurry ad. I have gone through official sdk for flurry but not get any idea. I have followed the link …
2
votes
1 answer

FlurryAds: No ads available from server for this space. IOS

I have created an app universal ios app in Flurry.com and created a native adSpace. Given the API key and adSpace name as described in the documentation. But I got Error when i run the app and nothing happens. Error log is Given below. Load AdUnit…
PRAVEEN K.P
  • 101
  • 1
  • 12
2
votes
1 answer

Flurry Analytics causing App Not Responding on Android App

I am trying to integrate flurry analytics in my Android App. I followed all the steps mentioned here. However FlurryAgent.init is converting all App crashes into "App Not responding". For e.g. if any of the child activity has bug such as null…
Spatil
  • 81
  • 4
2
votes
0 answers

Mobile Application analytitcs

I'm currently developing an SDK for both Android and iOS and want to embed analytics tools to monitor user behavior. We found that the classic analytics tools such as Flurry, Google Analytics etc. are application oriented. and it can't be used by…
Ika
  • 1,456
  • 1
  • 15
  • 24
2
votes
3 answers

Flurry integration with iOS app results in link errors

I am trying to integrate Flurry with my iOS app. I have create a simple single page app. downloaded viPhone 7.1.1 added flurry.h, flurrywatch.h & libFlurry_7.1.1.a to my project added security.framework & systemconfiguration.framework libraries as…
Shil
  • 73
  • 3
2
votes
1 answer

Error in Flurry Android analytics

I am trying to integrate flurry android integration tool to my app. I have integrated the jar library but I'm stuck at this point as I'm getting some error. Error says Cannot resolve method 'onCreate()' and Cannot resolve symbol 'XY**********P2P' …
2
votes
0 answers

Implementing flurry analytics in android

I am trying to integrate flurry analytics in game which is written in cocos2dx and i am testing for android. I have just written initing code in onCreate method and i am getting following error in LogCat: 03-10 15:03:11.890: E/dalvikvm(29821):…
jitenagarwal19
  • 308
  • 1
  • 9
2
votes
0 answers

How to set several values for a Flurry Analytics parameter?

According to Flurry Analytics Events FAQ: ... Each event can have up to 10 parameters, and each parameter can have any number of values. Is it possible to set multiple values for a single Flurry Custom Event Parameter at once? Example use…
Shavkat
  • 83
  • 6
1
vote
1 answer

Events stopped coming from Flurry after Gradle update

I have a problem with getting data from flurry analytics... At the moment I am working on an Android project that has existed for more than a year and therefore I will say right away that everything is in order with the integration and use in the…
Katyrin Roman
  • 42
  • 1
  • 3
  • 10
1
vote
2 answers

Disable Flurry Analytics (Android)

We are going to add an option to our apps to let the users from opting-out sending data to 3rd party analytics tools. We're also using Flurry Analytics to collect some data from users, but after searching in the documentation I was unable to find…
Furkan Yurdakul
  • 2,801
  • 1
  • 15
  • 37
1
2
3
10 11