Questions tagged [robovm]

Robovm is an open source, ahead-of-time compiler for Java bytecode to ARM and x86 executables.

The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved. RoboVM enables Java apps to run on iPhone and iPad without a run-time interpreter or JVM.

332 questions
-2
votes
2 answers

Robovm iOS App verification failed

I have created an iOS app with the latest version of libgdx (java) and when I upload it to the app store, I receive this error. I am using correct version of Xcode and iOS 7 SDK. Apple's web service operation was not successful Unable to…
thepure12
  • 122
  • 1
  • 9
-2
votes
1 answer

Is it possible to implement IAP in iOS build of LIBGDX?

I am trying to use IAP in the iOS build of LIBGDX. It's a green light from the Android side but from iOS I am not even sure if it's feasible.
1 2 3
22
23