I'm trying to implement the Google Analytics RoboVM binding into my project.
I tried using the LibGDX download from http://libgdx.badlogicgames.com/robovm-ios-bindings/ but this failed because of this issue:
https://github.com/BlueRiverInteractive/robovm-ios-bindings/issues/48
So I downloaded an updated version of robovm binding using git from the robovm-bindings (https://github.com/BlueRiverInteractive/robovm-ios-bindings) copy and pasted the src into my ios project.
Now I've looked everything but I cannot find a solution as too where to put the libgoogleanalytics.a (which I had to copy from the LibGDX jar as I've not idea where to get this?)
Can someone help me out here, spent days trying to get Analytics working in RoboVM....