Automate every step of your iOS delivery pipeline — from building and signing to TestFlight uploads and App Store publishing. Ship faster with zero manual steps.
Every feature is designed around the Apple ecosystem — no generic CI workarounds required.
Auto-import certificates and provisioning profiles directly from your Apple Developer Portal. Never expire, never misconfigure.
Pin any Xcode version per workflow. Automatic SDK and simulator runtime updates keep your pipeline current without manual intervention.
One-click TestFlight uploads triggered automatically after a successful build. Internal and external tester groups updated instantly.
Automated App Store Connect submissions with release notes, screenshots, and phased rollout configuration — all from your pipeline.
Run your existing Fastlane lanes alongside Lycan workflows. Migrate gradually or use both together with full environment parity.
Native M-series Mac runners deliver up to 3x faster build times versus Intel-based alternatives. Pay only for what you use.
From first commit to the App Store in four simple steps.
Link GitHub, GitLab, Bitbucket, or Azure DevOps in under a minute. Lycan auto-detects your Xcode project structure.
Choose your scheme, configuration, and Xcode version. Set branch triggers and build environment variables.
Connect your Apple Developer Portal. Lycan auto-imports and renews certificates and provisioning profiles.
Push a commit. Lycan builds, signs, uploads to TestFlight, and submits to App Store Connect automatically.
Store your build configuration alongside your code. Version it, review it, and promote it across environments with full Git history.
# lycan.yml — iOS build & publish workflow
name: iOS Release
trigger:
branches:
- main
- "release/*"
build:
xcode_version: "16.2"
scheme: MyApp
configuration: Release
platform: ios
signing:
method: automatic
apple_developer_portal: true
profile_type: app-store
distribute:
testflight:
enabled: true
groups:
- internal-qa
- beta-testers
app_store:
submit_for_review: false
release_notes: "Bug fixes and performance improvements"14-day free trial. No credit card required. Cancel anytime.