Skip to main content

Connecting an app

After successfully adding a new app to Release Management, connect it to an app in either the App Store or Google Play to be able to create releases for the app.

  • For iOS, this means an app with a valid bundle ID on App Store Connect.
  • For Android, this means an app with a valid package name on Google Play.
  1. Make sure your iOS app is registered on the App Store.

    Later in the connecting process, you will have to enter the bundle ID of the app.

  2. Make sure you have a Bitrise CI project.

    If you created your project when adding the app to Release Management, you can extend it with a CI configuration: Adding a new project.

  3. Make sure you have at least one App Store Connect API key added to your workspace: Connecting to an Apple service with API key.

  4. Open your app in Release Management and select Releases in the left navigation.

  5. Click Connect app.

    If you don't have a valid CI configuration, you will see Add CI configuration instead of the Connect app button.

    release-man-connect-app.png

  6. Set an App Store Connect API key. You have two options in the dialog:

    Use the project's API key: This means connecting to the App Store with the API key set on the project level. Changing the API key of the project changes the API key for the Release Management app, too.

    Set app-level API key: You can select any of the API keys added to your workspace from the API key dropdown menu. With this option, it doesn't matter what API key is configured on the project level.

  7. Enter the bundle ID and click Validate.

    The bundle ID must be an exact match of the bundle ID of an existing app on the App Store. If the validation is successful, the Connect button will be enabled.

  8. Click Connect.