Is there any game SDK for android games like Corona which can be used to release applications on android phones and iphones at same time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answered in this thread.
Since that thread asks a slightly different question, I’ll repeat the answer here:
1)PhoneGap
2)Titanium
(not in other thread, added here)
3)Unity
4)Corona
5)Shiva
There are two main risks of doing it this way- One, at least at one point these third-party IDE’s were supposedly in violation of Apple’s TOS- This was ironed out, but no guarantees that it won’t happen again.
The other is that (as mentioned in the linked thread) you do risk delivering a least-common-denominator experience- Instead of doing iOS-style things on iOS and Android-style things on Android, you can easily end up delivering whatever the tool knows how to do on both. Consider biting the bullet and building the application twice (once on each platform).