mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
821 B
821 B
TestFlight Build & Upload Guide (Flutter + iOS)
Follow these steps to generate and release a TestFlight build.
1. Update App Version
Edit pubspec.yaml:
version: 1.2.3+45
1.2.3→ visible version45→ build number (must increase every release)
2. Install Dependencies
fvm flutter clean
fvm flutter pub get
cd ios && pod install && cd ..
3. Open Project in Xcode
open ios/Runner.xcworkspace
5. Archive in Xcode
- Product → Destination → Any iOS Device
- Product → Archive
6. Upload to TestFlight
After archive: - Click Distribute App - Choose App Store Connect → Upload
9. Enable TestFlight Testing
- Go to https://appstoreconnect.apple.com
- Select the app
- Open TestFlight
- Add internal testers or submit for external review