Skip to main content
All CollectionsIntegrations & Automation
Integrating AppSweep with Bitrise CI
Integrating AppSweep with Bitrise CI
Updated this week

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

Screenshot from 2022-02-17 11-09-15

Add the AppSweep Step

  1. Go to the "Workflows" tab

  2. Click "+" where you want to add the scan

  3. Search for "appsweep"

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

Platform-Specific Configuration

iOS

The default configuration works for most cases. Optional settings are:

  • Build path: Path to the IPA or xcarchive

  • dSYM directory path: Where the debug symbols are stored

Android

Required configurations:

  • AppSweep Gradle plugin version: Use `latest.version` or specific version

  • (Optional) Build variant: Which Build variant to use. Defaults to release build.

Viewing Results

The build logs will contain the AppSweep scan URL:

Screenshot from 2022-02-17 09-03-05

You can access the detailed results in the AppSweep UI:

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

Did this answer your question?