rado9408 Posted October 6, 2018 Share 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 ! Link to comment Share on other sites More sharing options...
Danielpok Posted October 15, 2018 Share 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 Link to comment Share on other sites More sharing options...
rado9408 Posted October 16, 2018 Author Share 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 ? Link to comment Share on other sites More sharing options...
Danielpok Posted October 16, 2018 Share 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. Link to comment Share on other sites More sharing options...
bruno_ Posted October 16, 2018 Share 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. Link to comment Share on other sites More sharing options...
rado9408 Posted October 17, 2018 Author Share Posted October 17, 2018 @bruno_ thank you, I will try, @Danielpok will try with Cordova thank you Link to comment Share on other sites More sharing options...
rado9408 Posted October 19, 2018 Author Share 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 ? Link to comment Share on other sites More sharing options...
prob Posted October 19, 2018 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts