From 84c5515483a8a8fe28e5cb3f663091a5d43e76cb Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 17 Sep 2021 23:10:33 +1000 Subject: [PATCH] add some release notes for ios --- RELEASE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 85f50317..7f160216 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,3 +24,24 @@ python update_translations.py ### Build Appbundle `flutter build appbundle` + +### Upload Appbundle + +Upload the appbundle file to the Android developer website. + +## Apple Store + +Ref: https://flutter.dev/docs/deployment/ios + +### Build ipa + +``` +flutter clean +flutter build ipa +``` + +### Validate and Distribute + +- Open `./build/ios/archive/Runner.xcarchive` in Xcode +- Run "Validate App" +- Run "Distribute App" \ No newline at end of file