flurry

Mobile analytics for android library [closed]

坚强是说给别人听的谎言 提交于 2019-12-21 21:07:14
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I am working on android library and wondering which analytics solution would be the best for this purpose. I want to monitor: unique app installations / removals using my library memory consumption, number of background applications while doing some specific operations in my

Flurry Login Requests.Session() Python 3

自闭症网瘾萝莉.ら 提交于 2019-12-21 14:54:21
问题 So I had this question answered before here. However, something on the Flurry website has changed and the answer no longer works. from bs4 import BeautifulSoup import requests loginurl = "https://dev.flurry.com/secure/loginAction.do" csvurl = "https://dev.flurry.com/eventdata/.../..." #URL to get CSV data = {'loginEmail': 'user', 'loginPassword': 'pass'} with requests.Session() as session: session.headers.update({ "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like

Flurry in iPhone App

折月煮酒 提交于 2019-12-21 06:49:46
问题 Can I test the Flurry SDK in the iPhone simulator or should I test it in a device? How many hours should I wait to see the statistics of my test code (the Flurry test) in my dashboard, or is this in real time? My problem is when I test I don't see anything in the dashboard (I have created an event and all events are created in the dashboard). 回答1: Yes Flurry SDK can be tested on the simulator and it takes time to display the statistics of application. If you will add any event over the click

Flurry analytics crashing with Windows Phone 7

你。 提交于 2019-12-19 18:55:29
问题 I've integrated Flurry (http://www.flurry.com/) into my phone 7 app. The only code needed is this line in application launching FlurryWP7SDK.Api.StartSession(ApiKeyValue); However, as soon as that line is hit the application crashes with a KeyNotFoundException. The stack trace is included below. It appears to be querying isolated storage settings and failing when the key doesn't exist. Does anyone have any experience with this error or even successfully integrating flurry into a Phone 7 app?

App hangs on restart with latest Flurry SDK and ios4

跟風遠走 提交于 2019-12-18 16:54:36
问题 I have a frustrating problem with the latest version of Flurry (Flurry iPhone SDK v2.5). When I start my app, quickly exit, then restart the App, the app briefly loads, flickers a black screen, then stays on the black screen. The black screen stays there until I press the home button, at which point I can restart the app normally. I looked into this further, and it turns out that app state delegates are getting called in the wrong order: applicationDidBecomeActive //app finishes loading the

Flurry events not showing up at all

二次信任 提交于 2019-12-18 03:55:29
问题 I wanted to add some analytics functionnalities to my app so I created an account on Flurry and added their SDK to my project. Then I logged some events, normal events and timed ones. Until here nothing special :) But even after 2 days I can't see any of these events in Flurry's dashboard. I can see the number of sessions so I guess that my app is actually sending something. But no events. Any idea? I didn't do anything exotic about the code, I register with my ID (which is correct according

XCode 4.2 linker error Library not found -lFlurryAnalytics

家住魔仙堡 提交于 2019-12-12 12:17:07
问题 I am getting this error when trying to build my project. I have a paid / free version the paid version is working just fine with the same library. However for some reason the free version is having a hard time with the Flurry Analytics library which is the same file version as the paid app. I added it by going to Add > Existing Frameworks... Add Other and browsed to the library in the paid apps folder. I am not sure what else to try I have made sure the project settings between paid and free

how to prevent spike in flurry user activity every time a new version is pushed to app store

大憨熊 提交于 2019-12-12 04:39:01
问题 WE currently use flurry for our iOS app analytics.. we've discovered a recurrent phenomenon every time we submit a new version of our app to the app store.. whenever we do that, we see a spike in the user activity graph on Flurry: We have our build configurations made so that no development testing ever make it to the prod app on flurry (we created a dev version for testing).. this is what we have in our - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(nullable

Minimum Android SDK version supported by Flurry library

亡梦爱人 提交于 2019-12-11 14:11:02
问题 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, but would like to see any official documentation, if there is any. 回答1: The latest version (v2.2.5) of Flurry Analytics and AppCircle support Android 1.5. (disclaimer: I work on the Android SDK at Flurry) 来源: https://stackoverflow.com/questions

Flurry.h not found through bridging header when using cocoapods

主宰稳场 提交于 2019-12-11 13:52:36
问题 In my xcode workspace (using cocoapods), I am not able to add Flurry.h in my bridging header . Other headers from other pods like Dropbox, etc are working fine. Only Flurry headers are not being recognized. I have my podfile as below: platform :ios, '9.0' use_frameworks! pod 'Alamofire', '~> 3.1' pod 'SwiftyDropbox', '~> 2.0.3' pod 'Flurry-iOS-SDK/FlurrySDK' pod 'Flurry-iOS-SDK/FlurryAds' pod 'Parse' My Bridging Header is as below (with the problem highlighted!): Here is the Pods project