Cross platform program to get iOS app on Android Android store and Google Play?

I only plan on doing this once since I switched to a better game engine, but currently I have an app that is in the Apple store that I want to get on the Google Play store. It was created in xcode and I tried to use Apportable several times, but they seem to be very reluctant to help and work well ... i tried myappconverter and it is not exactly what i was looking for because i have not experienced in java, so when it converted the code and gave me a whole bunch of errors, i was not sure how to fix them all. I spent a couple of hours trying to get this to work, but I couldn't do it with so little eclipse / java knowledge. The marmalade seemed ... okay, but not very good.

Are there any programs out there to port the code so there is almost nothing to do when using it for android which is also reliable?

+3


source to share


1 answer


I don't think there is a program to transfer the game from iOS to Android. I'm assuming you are using OpenGLES to encode your game? If so, Android supports OpenGLES 2.



If you are using Unity or something similar, then you can port your project to another platform.

+2


source







All Articles