How to develop game for IOS on javascript

Asked By 55 points N/A Posted on -
qa-featured

Hi! I'm developing games for Android mostly and I want to start doing the same for IOS, but I have few questions, I was hoping you can help me. I have finished the game developed using javascript/html/css, can I adapt it to IOS somehow? Which programs are needed for this: the engine, the graphics, the implementation of the network mode? Do I have to join the club of apple developers?

SHARE
Answered By 5 points N/A #182739

How to develop game for IOS on javascript

qa-featured

Hello,

 

There are tools, code-converting applications, available for fast porting of Android applications to iOS. I believe they are useful for very simple applications, but I doubt they will be of use for anything more complex. Porting an application can be quite involved for more complex applications, but really all it involves is switching languages. If you are aware of what can and cannot be done with another language as well as its quirks, then you don't need a tool, but tools can reduce the amount of time it takes to port. In order to get the benefits of being a recognized Apple developer, you must be registered with them as such, but it is not necessary to develop.

Related Questions