I am interested in integrating Flurry into my Mono for Android app. To do so, I followed the guide found Here. Basically I created an android class library, then added the flurry 3.2.1 .jar file to the project (not inside the resources folder) and set its build action as AndroidJavaLibrary. Next I pasted the FlurryClient.cs file(found in the link) and referenced the whole project in my app. All is well except that my flurry dashboard is not reporting any activity (0 sessions), even after a whole week of testing, while my windows phone version of the app is reporting fine. So it seems that no events are being sent to Flurry for some reason.
In addition, during app start-up, the output windows in Visual Studio prints the following line:
E/FlurryDataSender(14460): --onServerError xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx
(xxxxxxx replaces actual number sequence)
Does anyone have an idea why this could be happening?