rado9408 0 Report post Posted October 6, 2018 Hi guys I am new in Phaser and I want to understand what is the best way for converting my game to android and ios app. Use cocoon js or cross walk or something else? what would you suggest and can you bring some arguments for that. Thank you in advance ! Share this post Link to post Share on other sites
Danielpok 0 Report post Posted October 15, 2018 I suggest Córdova, it's an incredible solution for deploying a mobile app forma iOS and Android it's antes opensource solution if you're using Linux i can tell you how can you do all the process Share this post Link to post Share on other sites
rado9408 0 Report post Posted October 16, 2018 @Danielpok But as I know Cocoon is built on the Cordova, and the flow of converting the app into android or ios is very easy. Is the flow as easy for cordova too ? Share this post Link to post Share on other sites
Danielpok 0 Report post Posted October 16, 2018 I don't have knowledge on Cocoon but Intel have phonegap cloud that is like coocon a cloud service to build your app, but in Córdova you kneed to have more tecnical knowledge , is not as simple as drag and drop and ready to compile. Share this post Link to post Share on other sites
bruno_ 63 Report post Posted October 16, 2018 If you use visual studio community, that is free to use, you will get a cordova template that is easy to work with. Give it a try. Share this post Link to post Share on other sites
rado9408 0 Report post Posted October 17, 2018 @bruno_ thank you, I will try, @Danielpok will try with Cordova thank you Share this post Link to post Share on other sites
rado9408 0 Report post Posted October 19, 2018 @Danielpok Can you please provide the steps how can I compile my app via Cordova to IOS and Android, if it is not difficult for you ? Share this post Link to post Share on other sites
prob 24 Report post Posted October 19, 2018 I'd recommend using the Cordova CLI, as you will get a much better understanding of the Cordova structure and how things are compiled (plugins, platforms, etc). There is a very simple walkthrough of the process here to get started with. Share this post Link to post Share on other sites