Release to the Store
Preparing your application to release to the App Store or Play Store involves first producing a binary file that can be submitted.
App Store
For iOS you need your app built into an IPA
file:
- Click
Project
>Prepare Release
- Choose
IOS Release Build (.ipa)
- The IPA file will be saved in the folder
ios/App/output
- Use Apple Transporter to upload your IPA to the App Store
Play Store
For Android you need your app built into an AAB
file:
- Click
Project
>Prepare Release
- Choose
Android Release Build (.aab)
- Enter the
keystore password
- Enter the
key password
- The AAB file will be saved in the folder
android/app/build/outputs/bundle/release
- Use the Play Store Console to upload the AAB to the Play Store
Your keystore file and alias are stored for you in capacitor.config.ts
but for security purposes the passwords are not stored.