Release build
To release the build, follow the steps given below.
Last updated
Was this helpful?
To release the build, follow the steps given below.
Last updated
Was this helpful?
Goto for android:
Goto for ios:
If you have an existing Keystore, skip to the next step. If not, create one by running the following at the command line:
keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
Set up for Preparing an Android App for Release Set up for Preparing an IOS App for Release
Generating the android release (APK or app bundle)