Phonegap Plugin for flurry Ads

356 Views Asked by At

The flurry Sdk for ios is not working in my phonegap app.Its not showing any error.It works fine in android but not in ios.I used https://github.com/floatinghotpot/cordova-plugin-flurry this plugin which is the only plugin available.

1

There are 1 best solutions below

8
On

The plugin is tested on device and emulator, and it works on Android and iOS.

I am the author of the plugin, and I wanna provide help. Please create a issue tracker with detailed info, so that I can find some clue.

GitHub issue tracker is a good place to get support for corresponding projects. https://github.com/floatinghotpot/cordova-plugin-flurry/issues

A "good" bug report may include following info:

  1. your steps to re-produce the error.
  2. error log.
  3. screenshot, if possible.

How to get error log:

  • for android app, import the project into eclipse, build and run, you will see the log in eclipse LogCat window.
  • for ios app, import the project into xcode, build and run, you will see the log in Xcode log window.

Please provide useful info, and I will be glad to support.