I create a game using cocos2d-html5 using Javascript , Now i can able to take IPA & APK with same Javascript code ?
Hi @sankarganesh86,
If we want to create apk or IPA then I prefer to make native build using binding.
Directly if ur looking for apk from js code then you can have look into phonegap
Which helps to create package
Hi Gurudath,
I need to create 3 output
- Web Release
- APK
- IPA
it is possible to create all build if we develop CPP using cocos2d ?
By using cocos2d - js
You can create web release build.
With the same code you can run or make build using binding. Which will helps to make build for Ios n android platform.
Do u know the process for that ?
I create complete game in CPP for Android need to convert to Web and IPA
how to create build same code with 3 different platforms ?
We have some instruction in online but that are not pretty much clear
Hello,
Have you created the complete game using CPP?
how to create build same code with 3 different platforms ? : Create Complete game using javascript. Then you can make build for IOS, Android.
http://www.cocos2d-x.org/wiki/Getting_Started_Cocos2d-JS
Regards,
Gurudath