These instructions are intended for internal Mapbox developers.
- Navigate to the
ios-sdk-examples
Bitrise project. - Manually start a new build on your desired branch (typically
ios-vX.X.X
ormain
) with thetestflight
workflow. - Wait for the build to complete and for the TestFlight upload to process.
- Follow the Getting Started instructions.
bundle exec fastlane beta
- Wait 15-30 minutes for release notes to be added to the processed build.
TestFlight builds are available only to internal Mapbox developers. For access, invite yourself to the Mapbox Examples app's internal testers group.
- Make sure you've set these two environment variables:
MATCH_REPO
andMATCH_USER
- Fastlane Match information can be found in your password manager under "Fastlane Match Repo".
- Only regenerate Fastlane Match certificates and profiles using the "Apple Machine User".
- Do not commit any changes that might happen during deployment — version bumps happen automatically based on TestFlight status and do not depend on local state.