Skip to content

Add App Store Connect App ID to eas.json before first iOS submit #62

Description

@TaprootFreak

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

  1. Create the app in App Store Connect
  2. Copy the Apple ID (numeric, found under App Information)
  3. Update eas.json:
"ios": {
  "ascAppId": "<APPLE_ID>",
  "appleTeamId": "Y4QBY6387T"
}

Blocked by

  • App must be registered in App Store Connect first

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions