robovm-ios-bindings icon indicating copy to clipboard operation
robovm-ios-bindings copied to clipboard

[Deprecated] New bindings: https://github.com/robovm/robovm-robopods. A collection of third party bindings for RoboVM iOS

Results 22 robovm-ios-bindings issues
Sort by recently updated
recently updated
newest added

> Go to http://libgdx.badlogicgames.com/robovm-ios-bindings/ and download the JAR file for the binding you want to use I can't find working link to in-app-purchase-1.0.0.jar or newer if possible. I'm getting crash...

Hello, there is somehow no callback to my GPGStatusDelegate instance which I registered by ``` this.gpgManager = GPGManager.sharedInstance(); gpgManager.setStatusDelegate(new ConnectionListener()); ``` (Note: ConnectionListener extends NSObject implements GPGStatusDelegate). When I call...

I want to use iAd in my game, but I got no clues how to implement it. Please help me

Currently the Vungle sample is not working. To reproduce it: 1- download the samples 2- import the projects into eclipse 3- run the Vungle sample on the simulator The exception:...

when I binds with some SDKs,it have the err. java.lang.ArrayStoreException: source[0] of type org.robovm.bindings.sharesdk.SSDKPlatformType cannot be stored in destination array of type org.robovm.objc.ObjCObject[] at java.lang.System.arraycopy(System.java:273) at java.lang.System.arraycopy(System.java:199) at java.util.ArrayList.toArray(ArrayList.java:523) at...

apple would not accept my app since the in app puchase does not work for some devices. during my tests the in app purchase worked but on some devices the...

The app does not compile since update to RoboVM 1.9. The reason is that the following methods are missing: GKLocalPlayer.getLocalPlayer().authenticate GKLeaderboard.loadCategories

Just checking if adcolony bindings are usable at the moment? The libgdx link to jar files are down so I had downloaded the repo and compiled the jar file for...

I have an issue using the in-app purchases bindings for iOS 9 and iOS 8. I described it here: http://stackoverflow.com/questions/32783058/robovm-ios-version-compatibility

Tapjoy has a new SDK, version 11, which is quite different than the current version 10 bindings.