Forked from CarsonF
Updated to be installable via plugman/cordova-cli and compatible with cordova 2.9.0 and 3.x. If you want to use 2.9, use the cordova2_9 branch. Otherwise, use the master branch.
Included latest Flurry libraries (Android: 3.4.0, iOS: 4.3.2)
=====
Phonegap plugin for Flurry mobile analytics
You really need to be careful that you pass the correct values to the methods. In particular, all event parameters must be in an NSDictionary that only contains strings, and remember that in Objective C booleans are Yes and No.
Here's how to install the plugin:
- Register with Flurry and get an App key.
- Install plugin with plugman or cordova-cli:
cordova plugin add https://github.com/8zrealestate/flurry-phonegap-plugin/
- Call
Flurry.startSession()
method, with your app key, after the device is ready (Flurry is injected into thewindow
object). - Call the other Flurry methods as appropriate.
===== Licensed under the Apache 2.0 license, just like the original fork from jfpsf