flutter / flutter/flutter

Run App Store validation in CI

Open
#165,196 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.