Skip to main content
All CollectionsIntegrations & Automation
Integrating AppSweep with Bitrise CI
Integrating AppSweep with Bitrise CI
Updated over 2 weeks ago

This guide explains how to integrate AppSweep scanning into your Bitrise CI pipeline for both Android and iOS apps.

Prerequisites

Create an API key from your AppSweep application settings

Setting Up Bitrise Integration

Add the API Key to Bitrise Secrets

  1. Navigate to your workflow

  2. Click "Edit"

  3. Select the "Secrets" tab

  4. Add your AppSweep API key. Ideally you should name the key APPSWEEP_API_KEY so it will be picked up automatically. If you choose a different name, make sure to configure the name in the AppSweep Step accordingly.

Add the AppSweep Step

  1. Go to the "Workflows" tab

  2. Click "+" where you want to add the scan. Ideally this is added after building and signing your app.

  3. Search for "appsweep"

Screenshot from 2022-02-17 09-02-17

In your pipeline, this can e.g. then look like:

Scanning your Android or iOS app

By default you do not have to configure anything. The step will pick up the app that was just built in one of the previous stept, upload it (together with the mappingfile (Android) and dSYM files (iOS)) to AppSweep.

Viewing Results

The build logs will contain the AppSweep scan URL:

You can access the detailed results in the AppSweep UI:

Screenshot from 2022-02-17 09-05-21 (1)

Did this answer your question?