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
0
votes
0 answers

Users reaction to integrating Flurry

I'm considering integrating Flurry in my Android App. I have the technical part covered and it's quite easy to use the SDK. My question is more on the user reaction to integrating such tool into your app. I imagine that some users will not like the…
Muzikant
  • 8,070
  • 5
  • 54
  • 88
0
votes
2 answers

New users vs Update user for iOS app

We had an app live on the Apple app store for several months and that app did not include Flurry analytics. We have recently updated the app with a new version and also included Flurry analytics into the App. The Flurry dashboard is reporting the…
0
votes
1 answer

how to remove Flurry

I have recently starting taking after my company's app. I want to remove flurry and put in MixPanels. I want to know is there a procedure in deleting Flurry, or just delete the .h file? This is my first time working with analytics.
danny huang
  • 155
  • 9
0
votes
1 answer

Minimum Android SDK version supported by Flurry library

I want to integrate Flurry into my Android app. My app supports Android 1.5 and above. Does latest Flurry library support the same? I was unable to find this information on flurry.com. Testing is showing that it is not causing any problems on 1.5,…
amit
  • 1,373
  • 2
  • 16
  • 29
0
votes
2 answers

Use of undeclared identifier "FlurryAPI"

I already have analytics enabled and working i have added: #import "FlurryAdDelegate.h" #import "FlurryAppCircle.h" #import "FlurryOffer.h" #import "FlurryAnalytics.h" this line throws this error -Use of undeclared identifier…
rowdyruckus
  • 892
  • 4
  • 12
  • 23
-1
votes
2 answers

ask user for permission on analytics

Based on the privacy requirements from the ios store, can we include analytics like Flurry and track app usage without asking the users permission? The analytics doesn't get user personal data or device data, just details on how they use the…
ArdenDev
  • 4,051
  • 5
  • 29
  • 50
-1
votes
1 answer

Flurry has an interface that always responds to 400

I mainly use the Flurry Event function, my other management is normal, but there is always an interface 400(https://data.flurry.com/v1/flr.do),which shows the information HTTP ERROR 400 Problem accessing /v1/flr.do. Reason: X-Flurry-Api-Key apikey…
-1
votes
1 answer

are #flurry supporting Swift Package manager

I'm not a big fan of cocoa pods, and are trying to modernise a project, getting rid of all the cocoa pods for a start, and #flurry is one of them. is there a Swift Package manager implementation of #flurry
user3699321
  • 116
  • 1
  • 6
-1
votes
1 answer

Flurry integration error in android

I have implemented Flurry SDK for Android but getting an error in logcat: E/FlurryAgent: Ad server responded with the following error(s): Adunit name or code provided in the request is invalid. I have written these code in…
Ehtesham
  • 25
  • 5
-1
votes
1 answer

Flurry authorization key

I can't find my Flurry authorization key for push credentials. How can I obtain a new one? I see that this is not something available from the interface: "Receive the token code to access the API. Save the token, there is no interface available to…
Henry
  • 1
-1
votes
1 answer

Can't import a Flurry header

I am having issue in integrating Flurry in my project. When I place import "Flurry.h" In my AppDelegate. It say's Flurry.h file not found. I added the whole Flurry folder in my project. As well as the stuffs you need to add in the building phase
drbj
  • 113
  • 9
-1
votes
1 answer

Flurry Ads Not Showing Up

I am integrating Flurry into my swift app. I have set up all the code correctly (i think) but nothing happens at runtime. I get this message in the console: 2015-08-14 23:41:14.509 Ball[734:137593] Flurry: Starting session on Agent Version…
Nick Pacini
  • 195
  • 2
  • 12
-1
votes
1 answer

Flurry missing some iOS downloads

Flurry has been reporting about 25% less installs than I have downloads in itunes connect for one of my apps, since my last update on 22/07. My app is primarily targeting middle eastern users, with USA coming as the second best region in iTunes…
sousben
  • 333
  • 2
  • 10
-1
votes
1 answer

I need to scrape all the analytics from a Flurry account

Right now, the only project I can see that does this is https://github.com/lucamartinetti/flurry-scraper ...but it currently is not logging in properly, I suspect that this is do to the fact that Flurry has made changes to their API which result in…
Marcubus
  • 113
  • 1
  • 10
-1
votes
1 answer

Ruby: Reading a json file get `[]': can't convert String into Integer (TypeError)

I'm working on a Ruby code that receive a json file (from Flurry API) and create another json friendly-format for "Status Board" app. When using this json…
Jesod
  • 51
  • 7
1 2 3
45
46