This file is a personal reminder for deploy, don't mind about it :)
Whatever platform you're trying to test or to deploy you need your packages to be installed:
rm -rf node_modules && npm i
- Macbook (Can be a VM with VMWare but expect it to be slow as hell)
- Xcode
- Ionic
- Capacitor
- Run
yarn run build:ios
- It should open xcode, you can start it on any emulator or device
- Run
yarn run build:ios
- Change the version of the app + build number in xcode
- Click on
Product > Archive
thenDistribute App
and follow the steps - That's it, it should be on App Store Connect
- Android Studio
- Android SDK
- Ionic
- Capacitor
- Run
yarn run build:android
- It should open Android Studio, you can start it on any emulator or device
- Run
yarn run build:android
- Change version into
android > app > build.gradle
:
versionCode 20005
versionName "2.0.5"
- Then
Build > Generate Signed Bundle / APK > Android App Bundle
choose Key Store (/mypath/mykey.jks) and putscaleway
as alias - Upload manually
.aab
file on Google Play Store