Manage your space

Setup & Compile your mobile apps

Good to know: To test an iOS apps, you need developer account for debug on physical devices or publish to Apple Store. Different on Android, you're freely to debug using emulator or physical devices.

How to debug (preview) mobile apps

After modify assets and adjust system setting at the admin panel, just click cordova_android_debug.bat (Android) and cordova_ios_debug.sh (iOS) file. Then apk / app debug file could test on your emulator or simulator.

Release your final mobile apps

Same like debug step, but you need extra step to signing your apk / ipa with your security code giving from platform standard. Fully instructed here (Android) and here (iOS)

Last updated