Upgrade Guide to the back-port version: Cocos2d-x¶
The upgrade of the Cocos2d-x SDK from 2.0.0 to 2.0.1 only contains the internal change of the back-end URL. Please follow the steps below for the upgrade.
Update process¶
Deletion of the Cocos2d-x SDK 2.0.0¶
Remove ReproCpp.h/ReproCpp.mm
and Repro.framework
from your Xcode project.
Please delete the for Android Studio prepared repro-android-sdk-2.3.9.aar
from the project.
Please delete from Android Studio's app/build.gradle
the following items below.
dependencies {
...
- compile(name: 'repro-android-sdk-2.3.9', ext:'aar')
...
}
Add Cocos2d-x SDK 2.0.1¶
According to Get Started: Cocos2d-x please add version 2.0.1.
Points to consider while upgrading the SDK¶
In case that you limit the accessible domains of your app, you have to add *.reproio.com
to the white-list as well.