App Distribution for iOS, Android and Windows
DashboardStart for free
  • Updraft App Distribution Documentation
  • Microsoft App Center Alternative
    • Windows App Distribution
    • App Center Migration Tool
  • Welcome to Updraft!
    • What is Updraft?
  • Quickstart
    • Register your Organization
    • Your first app project
      • Upload your first app versions (builds)
      • Install your app
  • Dashboard
    • Create Projects
    • Latest received Feedbacks
    • Documentation
    • Usermanagement
      • Permission Groups
      • Tester Dashboard
    • Profile & User Account
      • Profile Preferences
        • Two-factor authentication
      • Personal token
      • Notifications
      • Organizations
      • Account Settings
      • Plan & Billing
        • Free Plan
        • Paid Plan (Pay-As-You-Go)
      • Security (Single Sign-On)
        • Single Sign-On with Okta
        • Single Sign-On with Google Worspace
        • Single Sign-On with Microsoft Entra
        • Single Sign-On with JumpCloud
        • Single Sign-On with Ping Identity
        • Custom SSO (SAML)
      • Developer Accounts
        • App Store Connect API
        • Google Play Connect API
  • Your Projects
    • Project Settings
      • Overview
      • Automatically clean up build binaries
      • Notification Integrations
        • Slack integration
        • Webhook integration
        • Microsoft Teams integration
        • Discord integration
        • WebEx integration
      • User & Permissions
    • App Overview & App Settings
      • Notifications
      • Security
      • Last uploaded build
      • Add another app to your project
      • Android App Bundle (AAB)
    • Builds and App versions
      • Build history / app version history
        • iOS Resigning
        • Android Resigning
      • Release Notes
      • Exchange already uploaded app version
      • Distribute and install a pre-release version of your app
        • App download page
    • Feedback
    • App Distribution
      • Testers & Distribution Groups
      • Distribute your app
        • Single Release
        • Beta Release (one link two apps)
        • Store
          • App Store Distribution
          • Play Store Distribution
      • Release History
      • Install an app distributed from Updraft
  • Integrations
    • Jenkins Plugin Updraft
    • Fastlane
    • Gradle
    • Teamcity with Gradle (Android)
    • Teamcity
    • GitLab CI/CD
      • GitLab iOS with Fastlane
      • GitLab app distribution for iOS builds
      • GitLab app distribution for Android builds
    • Bitrise
  • API
    • Upload API
    • Upload Apps with CURL
    • Rest API
      • Distribution group and Permission group API
  • Updraft SDK
    • Autoupdate
    • Integrating Updraft Android SDK
    • Integrating Updraft iOS SDK
    • Integrating Updraft Flutter SDK
  • Android
    • Unknown sources in Android
    • .apk installation on Samsung Browser
    • Android FAQ
    • 🪅Android Icon Troubleshooting
    • Google Play Store upload issues
  • iOS
    • Untrusted Enterprise Developer
    • Code Signing Explained (Certificates, Identifiers, Profiles – what?)
    • Registering a UDID for Ad Hoc Distribution
    • What does "App could not be installed at this time" mean?
    • iPadOS on Safari
    • iOS FAQ
  • Data Security
    • Data hosting in Switzerland
      • Swiss data privacy law
    • End to end data encryption
    • General Data Protection Regulation (GDPR)
    • Single Sign On (SSO)
    • Custom Storage
      • Google Cloud Storage
      • Custom S3 bucket
    • ISO 27001
  • What's New/ Changelog
  • Roadmap
  • FAQ
  • Contact us
Powered by GitBook
On this page
  • Updraft Integration with Bitrise
  • Prerequisites
  • 1. Prepare Your Bitrise Project
  • 1.1. Set Up the Workflow
  • 2. Add the Updraft Step
  • 2.1. Add Step to Workflow
  • 2.2. Add app token in Bitrise project
  • 3. Test the Workflow
  • 4. Troubleshooting
  1. Integrations

Bitrise

Bitrise - Updraft integration

PreviousGitLab app distribution for Android buildsNextAPI

Last updated 8 months ago

Updraft Integration with Bitrise

This guide outlines the steps to integrate Updraft into your Bitrise CI/CD Workflow for automated builds and deployments.

Prerequisites

Before you begin, ensure the following prerequisites are met:

  • An Updraft account with the appropriate permissions to upload builds.

  • A Bitrise account with an existing project integrated into Bitrise.

  • API and App keys for Updraft

    • Each app has his own App key in Updraft

1. Prepare Your Bitrise Project

1.1. Set Up the Workflow

  1. Log in to your Bitrise account and navigate to your project.

  2. From the left-hand menu, select the Workflow Editor.

2. Add the Updraft Step

2.1. Add Step to Workflow

  1. In the Workflow Editor, click the + button to add a new step.

  2. Search for the Updraft build step

2.2. Add app token in Bitrise project

Now it’s time to paste your Updraft App Token in Bitrise.io

Go to the menu of the Bitrise.io dashboard and select the Secrets menu option. Click the Add New button and add the API key in the input field and paste your Updraft API Key and click “Save”.

3. Test the Workflow

  1. Save your changes in the Workflow Editor.

  2. Trigger a new build in Bitrise to test the workflow.

  3. Check the build logs to ensure the upload of the artifacts to Updraft was successful.

  4. Verify that the build artifact is available in Updraft.

4. Troubleshooting

If issues arise during the integration, check the following:

  • API and App Key: Ensure the API key and the App key is correct and valid.

  • Build Artifact Path: Make sure the path to the build artifact is correctly specified.

  • Network Access: Verify that network access from Bitrise to Updraft is not blocked.

Create a new workflow or select an existing workflow where you want to integrate Updraft build step:

https://bitrise.io/integrations/steps/deploy-to-updraft
Steps
Logo