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
Add the AppSweep Step
Go to the "Workflows" tab
Click "+" where you want to add the scan
Search for "appsweep"
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:
You can access the detailed results in the AppSweep UI: