I made a game like doodle jump in libgdx, I exported as desktop and android application, but how can I export as iOS application? Is there a way to export this as ipa?
Asked
Active
Viewed 2,327 times
2
-
http://stackoverflow.com/questions/19387012/running-libgdx-eclipse-apps-in-ios-simulator-via-robovm – Kumar Saurabh Dec 29 '13 at 10:34
-
probably this may help. But you need to add more details in your questions. Like what effort you made and where you got stuck etc. As there can me many possible solution to this particular question – Kumar Saurabh Dec 29 '13 at 10:35
-
I don't have extra detalis.. I need to export my app as iOs application.. – Boldijar Paul Dec 29 '13 at 10:42
1 Answers
2
visit Robovm you need java 7 enviorment (not compiler JRE) Mac
P.S. if you dont have a robovm project yet. its better to create a new project from GDXsetupUI and paste your code there
Than also as per the IOS requirement you need to have registered Device , Developer License and Provising Certificates

Kumar Saurabh
- 2,297
- 5
- 29
- 43
-
So if I have no iPhone, and using windows, i can't make iPhone apps with libgdx? – Boldijar Paul Dec 29 '13 at 12:05
-
2