[ad_1]
In the previous, I launched a sport utilizing the cocos2d-x 3.8.1 model.
This app continues to be on the App Store.
But I see quite a lot of critiques that the app all of a sudden ends whereas operating.
So I believe I have to replace the app, which model of Cocos2d-x ought to I replace? Is 3.17.2 good? Or is 4.0 higher?
And what’s the quickest solution to replace the engine?
For iOS or Mac it’s a must to use cocos2d-x 4.0 and for android 3.17.2 is greatest
Thank you very a lot in your reply.
My sport must assist each iOS and Android.
Should I exploit model 3.17.2 then?
Can’t the three.17.2 model assist two platforms (ios, Android)?
sure, you should use 3.17.2 for each ios and android however it’s endorsed that you simply use 4.0 for ios and three.17.2 for android.
Use of v3.17.2 will not be really helpful as will probably be rejected by the iOS evaluation course of.
This is as a result of it makes use of UIWebView internally.
It have to be modified to WKWebView.
The newest model of v3 obtainable from github has this repair, so utilizing the most recent model of v3 will assist each iOS and Android.
If you will have the git and python instructions prepared, you will get the most recent model of v3.
You will probably be engaged on the command line.
As a preliminary step, run the next command
$ git config --global url."https://".insteadOf git://
You will want python 2.x.
The setting I examined is CentOS8, so the command title is python2.
$ python2 -V
Python 2.7.18
Now all it’s a must to do is run the instructions so as.
git clone https://github.com/cocos2d/cocos2d-x.git
cd cocos2d-x/
git checkout v3
python2 download-deps.py
git submodule replace --init
cd instruments/cocos2d-console/
python2 download-bin.py
[ad_2]