Git Product home page Git Product logo

ti.flurry's Issues

iOS & Android Current releases are not working with CLI 7.0.2 & SDK 7.1.0GA

Android returns:

[INFO] �� � Found Titanium module id=ti.flurry version=3.0.0 platform=android deploy-type=test path=/Users/Migue/Documents/NubecitaSVN/FoodExperts2/modules/android/ti.flurry/3.0.0
Build failed. Process exited with code 1.

iOS
Build failed. Process exited with code 1.

Could someone check those issues? Thanks.

Stable branch is default repo branch

It seems that the "stable" branch is the default branch for this repo and is, unfortunately, very out of date. At first glance, this makes the module look like a/ it's not being maintained and b/ doesn't support Android (the stable branch is iOS only)

This also means that the module's listing on http://gitt.io/component/ti.flurry is out of date and misleading.

Error Pops up right after SplashScreen on iOS

I've:
1- installed the Module,
2- added <module platform="iphone">ti.flurry</module> to tiapp.xml
3- Added to app.js:

var Flurry = ("ti.flurry");
Flurry.initialize("S2XXxxxXXXXxQC4"); // API Key xxxed

and on running the code, I get the red popup:
screen shot 2014-04-30 at 1 01 06 pm

using: Ti SDK 3.2.2 on Mac OSX10.8.5 & module Ti.Flurry version 1.4.0

No Support for 64-bit architecture?

I'm confused, the changelog says this ti.flurry 1.5 is compliant with Titanium 3.5 SDK and that it supports 64-bit architecture. Every time I run my app with this module installed I get the following:
[ERROR] : Script Error Couldn't find module: ti.flurry for architecture: x86_64

Please advise!

Android - 7.5.0 - Google Play Services Error

We're also getting errors on 7.5.0 but we're getting this instead... we're on MacOS Mojave with up-to-date everything. I think we also started seeing this with 7.5 running on Android 8.0 platforms.

[ERROR] : FlurryAgent: GOOGLE PLAY SERVICES ERROR: null
[ERROR] : FlurryAgent: There is a problem with the Google Play Services library, which is required for Android Advertising ID support. The Google Play Services library should be integrated in any app shipping in the Play Store that uses analytics or advertising.
[ERROR] : FlurryAgent: GOOGLE PLAY SERVICES ERROR: null
[ERROR] : FlurryAgent: There is a problem with the Google Play Services library, which is required for Android Advertising ID support. The Google Play Services library should be integrated in any app shipping in the Play Store that uses analytics or advertising.
[WARN] : W/System.err: java.lang.InternalError: Thread starting during runtime shutdown
[WARN] : W/System.err: at java.lang.Thread.nativeCreate(Native Method)
[WARN] : W/System.err: at java.lang.Thread.start(Thread.java:733)
[WARN] : W/System.err: at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:970)
[WARN] : W/System.err: at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1386)
[WARN] : W/System.err: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
[WARN] : W/System.err: at com.flurry.sdk.ke.a(SourceFile:142)
[WARN] : W/System.err: at com.flurry.sdk.ix.a(SourceFile:160)
[WARN] : W/System.err: at com.flurry.sdk.kr.g(SourceFile:268)
[WARN] : W/System.err: at com.flurry.sdk.kr$4.a(SourceFile:128)
[WARN] : W/System.err: at com.flurry.sdk.lw.run(SourceFile:49)
[WARN] : W/System.err: at android.os.Handler.handleCallback(Handler.java:789)
[WARN] : W/System.err: at android.os.Handler.dispatchMessage(Handler.java:98)
[WARN] : W/System.err: at android.os.Looper.loop(Looper.java:164)
[WARN] : W/System.err: at android.os.HandlerThread.run(HandlerThread.java:65)

Usage on multiple windows

I have an app using the classic CommonJS structure, not Alloy. How do you handle using the module on multiple Windows. Once it is initialized in app.js, on subsequent windows, is it possible to just include var Flurry = require('ti.flurry'), or do I need to put global event listeners in app.js and fire them from the windows to call Flurry?

Update

Please update this module to the latest version (5.2) so that we can take advantage of crash reports.

Thanks.

Android - 7.5.0.GA - Errors

01-05 11:16:28.117 32694-32694/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.app.cctest, PID: 32694
java.lang.NoSuchMethodError: No super method c()Ljava/util/Set; in class Lcom/flurry/sdk/ma; or its super classes (declaration of 'com.flurry.sdk.ma' appears in /data/app/com.app.cctest-be622iHp2nKhZBw20d_D4g==/base.apk:classes2.dex)
at com.flurry.sdk.ma$a.uncaughtException(SourceFile:1083)
at org.appcelerator.kroll.KrollProxy.handleMessage(KrollProxy.java:1225)
at org.appcelerator.titanium.proxy.ActivityProxy.handleMessage(ActivityProxy.java:394)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7425)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)


[WARN] libEGL: EGLNativeWindowType 0x7abe50e010 disconnect failed
[WARN] FlurryAgent: Flurry session paused for context:org.appcelerator.titanium.TiActivity@ef76a64
[INFO] zygote64: Deoptimizing void org.appcelerator.titanium.view.TiUIView.release() due to JIT inline cache
[WARN] FlurryAgent: Flurry session ended
[WARN] W/System.err: java.lang.InternalError: Thread starting during runtime shutdown
[WARN] W/System.err: at java.lang.Thread.nativeCreate(Native Method)
[WARN] W/System.err: at java.lang.Thread.start(Thread.java:753)
[WARN] W/System.err: at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:970)
[WARN] W/System.err: at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1386)
[WARN] W/System.err: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
[WARN] W/System.err: at com.flurry.sdk.ke.a(SourceFile:142)
[WARN] W/System.err: at com.flurry.sdk.ix.a(SourceFile:160)
[WARN] W/System.err: at com.flurry.sdk.kr.g(SourceFile:268)
[WARN] W/System.err: at com.flurry.sdk.kr$4.a(SourceFile:128)
[WARN] W/System.err: at com.flurry.sdk.lw.run(SourceFile:49)
[WARN] W/System.err: at android.os.Handler.handleCallback(Handler.java:808)
[WARN] W/System.err: at android.os.Handler.dispatchMessage(Handler.java:101)
[WARN] W/System.err: at android.os.Looper.loop(Looper.java:166)
[WARN] W/System.err: at android.os.HandlerThread.run(HandlerThread.java:65)

Crash reporting not working for accelerator application.

Hello,
I am using ti.flurry mobile module in appcelerator application.
I can see the analytics on Flurry dashboard, but I did not get crash analytics for my android as well as IOS device on Flurry dashboard.
I have deactivated Appcelerator analytics from tiapp.xml, as IOS only supports only one crash reporting tool at a time.
I have used initializeWithCrashReporting('API KEY') method to initialize module with crash reporting.
I am using android-1.3.1 and ios-1.6.0 module version.
Please help me to solve issue of crash analytics on Flurry for appcelerator application.
Thanks

Event counter does not increment

Hi, I'm using this module and the two events that I'm using appears in flurry dashboard, but the counter (Total Event Occurrences) is always zero.
I've done the require (var Flurry = require("ti.flurry");), the initialization (Flurry.initialize(<my_real_key_NOT_this_text>);) and the event logging (Flurry.logEvent('HOME_BOTTOM_BAR');)
Anny other new event that I send eith Flurry.logEvent appears on the dashboard, but the counter remais in zero.
Do I have to do any other thing in order to flurry module send data?

Thanks in advance.

Does it support crash reporting?

We would like to have a service/module which automatically sends reports upon app crash, because current Google Analytics modules aren't doing a very good job. Does this module achieve this?

UnsatisfiedLinkError on Android 6

My Android app that is using ti.flurry 1.3.0 is crashing on start up. No output is being sent to the Ti console but I can see an UnsatisfiedLinkError for lib/arm/libti.flurry.so in the Android Monitor logcat:

12-08 15:29:15.495: E/AndroidRuntime(7945): FATAL EXCEPTION: KrollRuntimeThread
12-08 15:29:15.495: E/AndroidRuntime(7945): Process: co.uk.**********.maapp, PID: 7945
12-08 15:29:15.495: E/AndroidRuntime(7945): java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/co.uk.**********.maapp-1/lib/arm/libti.flurry.so: has text relocations
12-08 15:29:15.495: E/AndroidRuntime(7945):     at java.lang.Runtime.loadLibrary(Runtime.java:372)
12-08 15:29:15.495: E/AndroidRuntime(7945):     at java.lang.System.loadLibrary(System.java:1076)
12-08 15:29:15.495: E/AndroidRuntime(7945):     at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
12-08 15:29:15.495: E/AndroidRuntime(7945):     at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
12-08 15:29:15.495: E/AndroidRuntime(7945):     at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
12-08 15:29:15.495: E/AndroidRuntime(7945):     at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)

Disabling ti.flurry prevents the crash.

Please note: I can only recreate this crash on device (Nexus 5X), I can't repro it in Genymotion.

Dist for iOS?

I don't see the dist folder in iOS in order to download the latest version of the module? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.