Questions tagged [flurry-analytics]

158 questions
0
votes
1 answer

What is Need of Google Play service and Advertisement ID when targeting Android OS 33. What is Location report

I am updating my APP to target 33. Below are my queries: Flurry doc says that we need to add Google Play service. What is the need of it. Why we need Google Play server Advertisement ID in menifest ? I see that it worked without the Google Play…
0
votes
1 answer

Flurry ios sdk error in xcode 14+ version unable to build an app

I have updated code 13 to 14.2 and after updating I am getting below error which I didn't get in xcode 13 etc . so I am unable to build it . please help what should I do? #flurry #ios I want to build my app in xcode 14 + versions
0
votes
1 answer

Your app includes non compliant SDK version

Your app version code 2 includes SDK com.flurry.android:analytics or an SDK that one of your libraries depends on, which collects personal or sensitive data that includes but may not be limited to Android ID, Advertising ID identifiers. Persistent…
SSS
  • 11
0
votes
0 answers

Flurry analytics data download request taking up to 7 days delay and still not processed yet

i have requested a data download request in flurry last Thursday and till now i still haven't been able to access it has been 6 days. it's an odd event and I could not reach anyone from the support team. also I have faced a delaine in every request…
0
votes
0 answers

Why I couldn't fetch any data in flurry explorer? "Failed to fetch data" in flurry explorer these days

"Failed to fetch data" in flurry explorer these days. enter image description here We've tried all the devices we have and checked the network but it did not work. I need data for latest dates.
0
votes
1 answer

Is it possible to fetch 'only iOS' or only 'Android' apps from Flurry reporting API?

I use 'https://api-metrics.flurry.com/public/v1/dimensions/app/values' endpoint to get all the apps. But I want to fetch 'only iOS' or only 'Android apps'. Is there a way to filter it? { "dimensions": [ { "id": "1290607", "name":…
erdo
  • 3
  • 1
0
votes
1 answer

Restrict Android Flurry SDK from getting phones sensitive data

An Android application I'm developing keeps getting rejected from some China stores with the reason that "Flurry SDK is reading sensitive data like IMEI/MAC info etc." that's forbidden based on their policy. Is there any way to enable it for…
Ciobanu Razvan
  • 117
  • 1
  • 10
0
votes
1 answer

Errors integrating Flurry Analytics into Android Godot project

Non-programmer newbie here. I have issues integrating Flurry Analytics into my first Godot Android project (and will do it for iOS after too). I've done everything as instructed I believe but I keep getting errors when exporting to Android and this…
Tony Teh
  • 1
  • 1
0
votes
1 answer

How to avoid showing the same step in Flurry User paths Analytics

Problem Back in the day when I used Flurry, the User Path analysis was very useful in the sense that the first step was not repeated in subsequent steps like so: But in the new Flurry version, the same step gets repeated like so: Question How can…
abbood
  • 23,101
  • 16
  • 132
  • 246
0
votes
1 answer

What happens when software is removed from the Flurry dashboard?

Several years ago we put Flurry analytics in a few of our games, reporting a selection of events back to us. After a while, when that data was no longer useful to us, we deleted those games from the Flurry dashboard. However, those games are still…
Rob
  • 3
  • 1
0
votes
2 answers

Flurry Analytics not showing any Analytics

I setup everything like it said to on there website, but nothing happens. I am getting no logs from Flurry even though I set .withLogEnabled(true).withLogLevel(Log.VERBOSE) and nothing is showing up in the admin. I know it can take some time, but I…
sundrycode
  • 101
  • 1
  • 9
0
votes
2 answers

Difference between UserProperties.Add and UserProperties.Set functionality in FlurrySDK

I'm using Flurry Analytics in my Unity game and I want to use Flurry UserProperties. My question is about the difference between the functionality of UserProperties.Add and UserProperties.Set methods in FlurrySDK. In the documents there is following…
user1579019
  • 455
  • 1
  • 7
  • 19
0
votes
1 answer

Fetching explorer data from FlurryAPI

Can we fetch data from the Explorer tool with FlurryAPI? If not, Are there any different methods to get the data from there?
mfv
  • 171
  • 1
  • 1
  • 8
0
votes
1 answer

Integrate Flurry SDK and plugin for Unity

I want to add Flurry SDK to my project, but I have a question. If you go to Flurry's GitHub, if you want to use the push function, it tells you to edit "AndroidManifest. After installing the Firebase SDK, the "AndroidManifest.xml" file is installed.…
Haseo
  • 21
  • 1
  • 2
0
votes
1 answer

Flurry Analytics events are not getting logged

I am an app developer. I would like to initialize Flurry analytics SDK after taking consent from the user (instead of app launch). Consent is taken in a fragment. I am using the code below in the same fragment- new…