Skip to content

jash/flurry-phonegap-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flurry-phonegap-plugin

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:

  1. Register with Flurry and get an App key.
  2. Install plugin with plugman or cordova-cli: cordova plugin add https://github.com/8zrealestate/flurry-phonegap-plugin/
  3. Call Flurry.startSession() method, with your app key, after the device is ready (Flurry is injected into the window object).
  4. Call the other Flurry methods as appropriate.

===== Licensed under the Apache 2.0 license, just like the original fork from jfpsf

http://www.apache.org/licenses/LICENSE-2.0

About

Phonegap plugin for Flurry mobile analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 81.9%
  • JavaScript 10.8%
  • Java 7.3%