0

I have built an app using phonegap and have deployed on iOS and Android right now. I have come across flurry and it seems like an awesome product for analytics. However, I am confused about whether we can use the HTML5 SDK to directly log events from my javascript code, or should I create some plugins and use the native Android/iOS SDK to log events.

UnTechie
  • 365
  • 2
  • 7

2 Answers2

1

You can use it directly from your javascript code and this will work on BlackBerry and iOS. I haven't seen any events on Android yet but perhaps this is a config issue on our end.

0

you need to install the cord-ova plugin and even in the eclipse install it by typing Phone-gap install it.While creating project choose that latest cor-dova which you have installed.

vinay Maneti
  • 1,447
  • 1
  • 23
  • 31
  • I'm sorry I didn't quite follow your answer. Do I need to write a plugin to call the Android/iOS Flurry SDKs or can I use the HTML5 flurry SDK and just call them from my javascript? – UnTechie Nov 21 '13 at 13:22