Questions tagged [flurry-analytics]

158 questions
0
votes
1 answer

Flurry is not recording my sessions Android

I am using Flurry Analytics and my minsdk is 15 so I believe I dont have to do all that onStartSession, onStopSession stuff. FlurryAgent.init(this, "XXXXXXXXXXXXXX"); FlurryAgent.setLogEnabled(true); I have put this in every one of my…
hakobob
  • 81
  • 7
0
votes
0 answers

How to Integrate Flurry Analytics into iOS App using swift?

Here I Have Post my code what i am tried for integrate Flurry Analytics into my app but I made a mistake so please help me for clear that? Flurry.startSession("4YRB33WV8M2B33TY353J"); Flurry.logEvent("PreeSample"); …
B.Saravana Kumar
  • 1,208
  • 6
  • 20
  • 48
0
votes
1 answer

Android : How to integrate Flurry Banner Ads from new SDK 5.6.0

Here is my code I wanted to integrate Flurry Banner Ads at the bottom and Top of My App with their NEW SDK.. Please help My Manifest.xml file
0
votes
1 answer

Integrating Flurry on Android Studio: Gradle DSL Method not found - 'compile()'

I'm following the instructions for integrating Flurry Analytics using the official tutorial I run into the problem that has been widely reported: Error:(4, 0) Gradle DSL method not found: 'compile()' Possible causes:The project 'My_Project' may…
kip2
  • 6,473
  • 4
  • 55
  • 72
0
votes
1 answer

Does Flurry have an HTML5 SDK?

Looking at Yahoo's documentation I can only see Android and iOS mentioned. I have found several articles about a JS SDK, and I've even found a script : https://cdn.flurry.com/js/flurry.js Does anyone know if this is old / being discontinued?
cloakedninjas
  • 4,007
  • 2
  • 31
  • 45
0
votes
2 answers

iOS app rejection due to Flurry sending Mac address?

My app was rejected by apple and the rejection notice says my app uses Flurry to send the mac address. From my research, this had been removed from Flurry for iOS 7+ according to…
0
votes
1 answer

How to filter devices in Flurry analytics?

We are beginning to use Flurry analytics in our iOS applications, but the production data is polluted by emulator sessions and QA device sessions. Is it possible to avoid that in other ways than by using separate Flurry accounts for dev/QA and…
Marmoy
  • 8,009
  • 7
  • 46
  • 74
0
votes
1 answer

Flurry - Identifies more new users than downloads

I have an app that requires a Login. We launched 10 days ago. The problem is: itunes connect says we have 40 downloads in total, and at the same time Flurry identifies 70+ new users. This is how I have setup Flurry in the AppDelegate: func…
Marco
  • 1,057
  • 1
  • 19
  • 36
0
votes
1 answer

Flurry / Google Analytics / Localytics bandwidth consumption on iOS

I'm choosing an analytics service for my iOS app. I want to track quite a lot of events and the app I'm developing is going to be used outdoors, so there will be no wi-fi connection available, and even the cellular connectivity can be of a poor…
Dmitry Sokurenko
  • 6,042
  • 4
  • 32
  • 53
0
votes
1 answer

Flurry Crashing iOS When Resuming Background Thread [__NSCFNumber length]: unrecognized selector sent to instance 0xb000000000c58913

There are a lot of posts on this 'type' of error [__NSCFNumber length]: unrecognized selector sent to instance 0xb000000000c58913 but none of it has bearing on my situation unfortunately. The reason is our app is crashing on a background thread…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
0
votes
1 answer

Flurry ads integration using SDK 6.0 creates performance issue app crashes

Hi I am using latest flurry SDK 6.0 in app. I need to show ads almost every where in my app. App is UINavigationControllerBased contains more viewControllers. I am using code given in flurry documentation. I am using below code in each and every…
The iCoder
  • 1,414
  • 3
  • 19
  • 39
0
votes
1 answer

Dose flurry sdk support by apple store

i am new to implement flurry analytics, i want to implement flurry Crash analytics SDK in my iOS application,for generate the crash report of my application, my question is 'dose apple support flurry Crash Analytics SDK, or it may reject by apple at…
Chetan sharma
  • 378
  • 5
  • 21
0
votes
1 answer

Flurry API multiple request not possible

I am using Flurry for analytics inside my native app and it records just perfectly, but... Now I want to make an backend admin page to my app and want to view the stats on my page. I have no problem getting one API request into my page, but when…
Mansa
  • 2,277
  • 10
  • 37
  • 67
0
votes
1 answer

How to add new Flurry Analytics in Android?

I have been trying to use Flurry Analytics with the official documentation but I am not getting it. As answered in the question here: How to use flurry in an application? I used import com.flurry.android.FlurryAgent; @Override protected void…
Darshan Gowda
  • 4,956
  • 3
  • 19
  • 27
0
votes
1 answer

Flurry "Event" Add

I know how to start and end Sessions in flurry I am also able to successfully see them in my Analytics section. What I want to implement now is events for user clicks/views. I have a media player which plays a file. I want to see how many users have…
Sarthak Majithia
  • 191
  • 1
  • 11
1 2 3
10
11