From The Blog: New Flurry Analytics plugin now available

It’s only happen when we don’t have internet. But not always when we don’t have internet. I think it happen when the phone havzen’t download the plugin and don’t have internet.

I have no specific error. I only have runtime error. annitycs nil value (my value whose equal to require(…)

On simulator I don’t know if it happen because plugins never work on. I never try on IOS.

The build you install on your device has the plugin code already in it. Plugins are downloaded at build time.

If you are getting a run time error, it would be nice to see that error. Also in your console log is likely to be more information around the error that will be useful.  Please see:
 

http://docs.coronalabs.com/guide/basics/debugging/index.html

Thanks

Rob

Sorry I have totaly remove all the code of Flurry the bug where fatal on the download.

Now I use my own server and I send all my value and information with request POST. It work well it 's take me more time to display stat. But I can return more value and get all information I want because with flurry I am limit on number of event and when I want to do stat with them I had to export in csv.

After reflexion. I annalyse the problem and i think problem is the plugin don’t work on device with jdk6.

analytics =require( “plugin.flurry.analytics” ) return nil.

 

 

 

I don’t know how run flurry with jdk6, I add a condition for analytics and it work well.

if (system.getInfo("androidApiLevel")\>=18) then

The problem appear again but it’s quite strange because before my last build (sunday at 8pm (french hour)) it work properly and with this build it produce an error when I use the plugin on android.

 

I build today (11 may 2016) and I have no problem. My code haven’t change.

 

Thanks

Rémi