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
Navigate to your workflow
Click "Edit"
Select the "Secrets" tab
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
Go to the "Workflows" tab
Click "+" where you want to add the scan. Ideally this is added after building and signing your app.
Search for "appsweep"
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: