Skip to content

Commit

Permalink
Configure TestFlight upload to also submit for beta review
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Aug 8, 2024
1 parent 36c7ced commit d60768d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fastlane/lanes/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@
UI.important("Uploading ipa at #{ipa_path} to TestFlight...")
upload_to_testflight(
ipa: ipa_path,
skip_waiting_for_build_processing: true,
api_key_path: APP_STORE_CONNECT_KEY_PATH
api_key_path: APP_STORE_CONNECT_KEY_PATH,
skip_waiting_for_build_processing: false,
distribute_external: true,
reject_build_waiting_for_review: true,
groups: ['Internal A8C Beta Testers', 'External Beta Testers']
)

UI.important("Uploading dSYM at #{dsym_path} to Sentry...")
Expand Down

0 comments on commit d60768d

Please sign in to comment.