Publish to Google Play
Last updated
Last updated
Replace the "outfit" string with your app name in the following file j2StoreMobileapp/config.xml
Go to the j2StoreMobileapp/config.xml file and change the 'com.outfit.themeparrot' to your bundle id.
Upload your logo and splash screen to the following
Icon size : 1024 *1024
Splash screen size : 4096 * 4096
Android Publishing :
To generate a release build for Android, we can use the following cordova cli command:
This will generate a release build based on the settings in your config.xml.
After build creation, our unsigned AAB bundle is available in
To generate the private key run the following key in the terminal
You’ll first be prompted to create a password for the key store.
Then, answer the rest of the questions and when it’s all done, you should have a file called my-release-key.jks created in the current directory.
Run the jarsigner command in the terminal
To Optimize the AAB bundle, run the following command in the terminal
or
Now we have our release APK ready for the Google Play Store.
To release the app to the play store kindly follow this