flurry-analytics

Flurry initialization error with Android

匆匆过客 提交于 2020-01-02 08:24:31
问题 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 (Landroid/content/Context;)Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info; 04-27 10:57:47.370: W/dalvikvm(26744): VFY: unable to resolve virtual method 22937: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info;.getId ()Ljava/lang

Flurry integrations with Android App gives an error “Could not find class 'com.flurry.sdk.i', referenced from method com.flurry.sdk.hu.a”

≡放荡痞女 提交于 2020-01-01 02:34:10
问题 This is what I've tried so far: public class ScoreUpApp extends Application { private static ScoreUpApp scoreUpDataCache; public static final String TAG = "MyApp"; @Override public void onCreate() { // TODO Auto-generated method stub super.onCreate(); // configure Flurry FlurryAgent.setLogEnabled(true); // init Flurry FlurryAgent.init(this, "V88JVYGFF7QX5D9RYZG2"); } } This is what the error I get in Logcat : 03-17 14:06:41.924: E/dalvikvm(30175): Could not find class 'com.flurry.sdk.i',

Not get Report in Flurry Android Analytics

岁酱吖の 提交于 2019-12-30 13:30:13
问题 I have integrated Flurry Analytics in my application but unable to get the report on Flurry Dashboard however I integrated it same as mentioned in Flurry ReadMe PDF. I implemented all codes required for that with API Key but doesn't know why I am not receive any report. Please suggest any solution regarding the same. Please look on to the Log below: Log Detail: 10-28 16:50:29.502: I/dalvikvm(21929): Could not find method com.google.android.gms.ads.identifier.AdvertisingIdClient$Info.getId,

Unable to upload iOS update after adding Flurry Analytics? Error: Your app can’t contain standalone executables or libraries

。_饼干妹妹 提交于 2019-12-22 05:23:35
问题 In my Swift iOS application I've just added Flurry Analytics by creating a briding-header.h and importing Flurry.h . I then added SystemConfiguration.framework , CFNetwork.framework , and Security.framework . I then added libFlurry_6.5.0.a via Targets -> Build Phases -> Link Binary with Libraries after instruction from a Stack Overflow question because it wouldn't build. After archiving the app I tried to upload it and received this error: ERROR ITMS-90171: “Invalid Bundle Structure - The

Flurry 4.2.0 not working for Android

廉价感情. 提交于 2019-12-11 18:08:02
问题 I am interested in using flurry in my application. I have implemented the flurry 4.2.0 as mentioned in documents. and getting following in logcat: W/FlurryAgent(28503): FlurryDataSender: report 98ef36e7-8de3-4f37-bb3c-077a95582301 sent. HTTP response: 200 But unable to trace anything on flurry dashboard. Here is the code i am using. @Override protected void onStart() { super.onStart(); FlurryAgent.onStartSession(this, "XXXXXXXXXXXXXXXXXXXX"); FlurryAgent.setLogEnabled(true); FlurryAgent

Flurry scraping using python3 requests.Session()

谁说胖子不能爱 提交于 2019-12-11 06:01:21
问题 This seems really straight forward, but for some reason this isn't connecting to flurry correctly and I unable to scrape the data. loginurl = "https://dev.flurry.com/secure/loginPage.do" csvurl = "https://dev.flurry.com/eventdata" session = requests.Session() login = session.post(loginurl, data={'loginEmail': 'user', 'loginPassword': 'pass'}) data = session.get(csvurl) Every time I try to use this, I get redirected back to the login screen (loginurl) without fetching the new data. Has anyone

Flurry Event Values show “com.flurry.OTHER”

放肆的年华 提交于 2019-12-11 01:59:11
问题 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 showing com.flurry.OTHER" NSString *eventName = "EVENT NAME"; NSString *eventValue = "https://myname/myimage.gif"; NSMutableDictionary *articleParams = [[NSMutableDictionary alloc]init]; [articleParams setObject:eventName forKey:@"Event_Name"];

Bridging Header for Flurry.h not working with Pod

本小妞迷上赌 提交于 2019-12-10 16:10:08
问题 I have an existing bridging header that currently contains several obj-c pods. I am having issue importing the Flurry framework with Xcode saying 'Flurry.h' file not found even though it has been correctly inserted using pods. My bridging header currently looks like #import <EstimoteSDK/EstimoteSDK.h> #import <SDWebImage/UIImageView+WebCache.h> #import <FBSDKCoreKit/FBSDKCoreKit.h> #import <FBSDKLoginKit/FBSDKLoginKit.h> #import "Flurry.h" // <----- The Warning is here I have tried several

Flurry initialization error with Android

我是研究僧i 提交于 2019-12-05 22:00:26
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 (Landroid/content/Context;)Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info; 04-27 10:57:47.370: W/dalvikvm(26744): VFY: unable to resolve virtual method 22937: Lcom/google/android/gms/ads/identifier/AdvertisingIdClient$Info;.getId ()Ljava/lang/String; 04-27 10:57:47.370: W/dalvikvm(26744): VFY: unable to resolve virtual method 22938: Lcom/google

Unable to upload iOS update after adding Flurry Analytics? Error: Your app can’t contain standalone executables or libraries

南笙酒味 提交于 2019-12-05 12:29:46
In my Swift iOS application I've just added Flurry Analytics by creating a briding-header.h and importing Flurry.h . I then added SystemConfiguration.framework , CFNetwork.framework , and Security.framework . I then added libFlurry_6.5.0.a via Targets -> Build Phases -> Link Binary with Libraries after instruction from a Stack Overflow question because it wouldn't build. After archiving the app I tried to upload it and received this error: ERROR ITMS-90171: “Invalid Bundle Structure - The binary file ‘APPNAME.app/Flurry/libFlurry_6.5.0.a’ is not permitted. Your app can’t contain standalone