-
Notifications
You must be signed in to change notification settings - Fork 2
testflight
Used to upload IPA to TestFlight.
Your application identifier on AppStore Connect.
- Required: True
- Type: String
Can be used instead of password. You can generate id on your AppleID site.
- Required: false
- Type: String
Your AppStore Connect password.
- Required: false
- Type: String
Pregenerated session via fastlane spaceauth.. Required if you have 2-factor authentication enabled.
- Required: False
- Type: String
Skip the distributing action and only upload the ipa file.
Warning: Your AppStore Connect password is required if set to True.
- Required: False
- Type: Bool
- Default: True
Indicates whether step should wait for the build to appear on AppStore Connect.
Warning: Your AppStore Connect password is required if set to True.
- Required: False
- Type: Bool
- Default: True
Your AppStore Connect team name. Useful when you're in more than 1 team.
- Required: False
- Type: String
Your AppStore Connect username.
- Required: True
- Type: String
deploy:
release:
- xcode_archive:
project: $(XCODEBUILD_PROJECT)
scheme: $(XCODEBUILD_SCHEME)
method: "app-store"
settings:
_BUILD_NUMBER: $(ENV:BITRISE_BUILD_NUMBER)
- testflight:
username: $(ENV:APPSTORE_USERNAME)
password: $(ENV:APPSTORE_PASSWORD)
apple_id: $(ENV:APPSTORE_APP_ID)
skip_submission: false
skip_waiting_for_build_processing: false
team_name: $(ENV:APPSTORE_TEAM_NAME)
This wiki and the Highway README document contains a lot of information, please take your time and read these instructions carefully.