Context
The ascAppId field in eas.json under submit.production.ios is currently empty. This must be populated with the App Store Connect App ID before the first eas submit to the App Store.
Action required
- Create the app in App Store Connect
- Copy the Apple ID (numeric, found under App Information)
- Update
eas.json:
"ios": {
"ascAppId": "<APPLE_ID>",
"appleTeamId": "Y4QBY6387T"
}
Blocked by
- App must be registered in App Store Connect first
Context
The
ascAppIdfield ineas.jsonundersubmit.production.iosis currently empty. This must be populated with the App Store Connect App ID before the firsteas submitto the App Store.Action required
eas.json:Blocked by