Run App Store validation in CI
Open
P2
platform-ios
team-ios
triaged-ios
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
We should ensure that Flutter apps are valid for the App Store. There's certain setups that we should validate
* Default Flutter app
* Add to app
* Extensions (see https://github.com/flutter/flutter/issues/142531)
* SwiftPM
* Privacy Manifests
There's an Xcode command line tool called `altool` that would allow us to do this.
```
xcrun altool --validate-app -f /path/to/my/app.ipa --type ios -u apple_account@email.com -p @keychain:ALTOOL_PASSWORD
```
How to generate password: https://support.apple.com/en-us/102654
Contributor guide
Assessment
This issue has not been assessed yet.