cordova-plugin-flurryanalytics
cordova-plugin-flurryanalytics copied to clipboard
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
the library modifies the gradle java version and it fails build fails in subsequent packages: **package.json example:** "cordova-plugin-flurryanalytics": "^1.4.6", "cordova-plugin-geolocation": "^4.0.2", "cordova-plugin-googlemaps": "^2.7.1", **Build fails with error:** \src\main\java\plugin\google\maps\PluginMarker.java:155: error: lambda...
`'Flurry-iOS-SDK/Flurry.h' file not found` I would open a PR, but I have no knowledge of the inner workings of this plugin and I'd be useless. I thought I'd let you...
Build is failing for iOS, but working fine for android, This is the error I'm getting: Error compiling Cordova plugin: Plugin/IntermediateBuildFilesPath/Analytics\.
ld: library not found for -lFlurry-iOS-SDK clang: error: linker command failed with exit code 1 (use -v to see invocation) cordova build ios --release works fine, but then when creating...
Hi, I am getting this error when I tried to log an event using this plugin. The code I used in my ```insights.ts(one of my component)``` in ```ionViewWillEnter()``` : ```js...
Hello, The current flurry SDK has been upgraded to 10.x version, May I know if you have any plans to upgrade it?
Hello, There is my specs : ```text cli packages: @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts : 3.2.1 Cordova...
Hi, I successfully added the plugin into my test ionic iOS app (iOS 9). But when try to build using CLI , am getting this error. The following build commands...
Cordova Plugins should use `cdvPluginPostBuildExtras` (https://github.com/apache/cordova-android/blob/e9750b5cabe70b1fc9abfad28fd1239d9b9415c2/bin/templates/project/app/build.gradle#L90) to have code run at the end of the build gradle script instead of `ext.postBuildExtras` (https://github.com/apache/cordova-android/blob/e9750b5cabe70b1fc9abfad28fd1239d9b9415c2/bin/templates/project/app/build.gradle#L321). When multiple plugins use `ext.postBuildExtras`, each plugin will...