8 iOS Deployment
Stefan Haslinger edited this page 2020-07-10 09:59:41 +02:00

According to Build and release an iOS app

Recurring Steps

  • Update version number in pubspec.yaml
  • Push and pull on MBP
  • flutter upgrade
  • flutter build ios
  • Open Runner.xcworkspace
  • Select Runner in the Xcode project navigator, then select the Runner target in the settings view sidebar.
  • In the Identity section, update Version and Build identifier
  • Select Menu Item: Product > Archive
  • Click Validate App
  • Click Distribute App
  • Invalidate old build in App store connect
  • Wait for new build to be fully processed
  • Add encryption export statement
  • Release new version to testing