@@ -78,20 +78,21 @@ platform :ios do
7878 api_key : api_key ,
7979 app_identifier : "v2er.app" ,
8080 skip_submission : false ,
81- distribute_external : true ,
82- groups : [ "External" ] , # Default external tester group
83- notify_external_testers : true ,
81+ distribute_external : true , # Distribute to external testers (public beta)
82+ groups : [ "Public Beta" , " External Testers" , "Beta Testers" ] , # Public beta groups
83+ notify_external_testers : true , # Send email notifications
8484 uses_non_exempt_encryption : false ,
85- submit_beta_review : true ,
85+ submit_beta_review : true , # Automatically submit for Beta review
8686 wait_for_uploaded_build : true ,
87+ beta_app_description : "V2er is an elegant third-party client for V2EX forum" ,
88+ beta_app_feedback_email : "support@v2er.app" ,
89+ demo_account_required : false ,
8790 beta_app_review_info : {
8891 contact_email : "support@v2er.app" ,
8992 contact_first_name : "V2er" ,
9093 contact_last_name : "Support" ,
91- contact_phone : "+1234567890" ,
92- demo_account_name : "" ,
93- demo_account_password : "" ,
94- notes : "This is a V2EX forum client app. No special account needed for testing."
94+ contact_phone : "+86 13800138000" ,
95+ notes : "This is a third-party client app for V2EX forum. No special account needed for testing."
9596 }
9697 )
9798
@@ -160,13 +161,23 @@ platform :ios do
160161 skip_waiting_for_build_processing : false , # Wait for processing before distribution
161162 wait_processing_interval : 30 , # Check every 30 seconds
162163 wait_processing_timeout_duration : 900 , # Wait up to 15 minutes for processing
163- distribute_external : true , # Distribute to external testers
164+ distribute_external : true , # Distribute to external testers (public beta)
164165 distribute_only : false , # Upload and distribute in one action
165- groups : [ "External Testers" , "Beta Testers" ] , # Try common group names
166+ groups : [ "Public Beta" , " External Testers", "Beta Testers" ] , # Public beta groups
166167 changelog : "Bug fixes and improvements" ,
167- notify_external_testers : true , # Send email notifications
168+ notify_external_testers : true , # Send email notifications to external testers
168169 uses_non_exempt_encryption : false , # Required for automatic distribution
169- submit_beta_review : true # Automatically submit for beta review if needed
170+ submit_beta_review : true , # Automatically submit for Beta review
171+ beta_app_description : "V2er is an elegant third-party client for V2EX forum" ,
172+ beta_app_feedback_email : "support@v2er.app" ,
173+ demo_account_required : false , # No demo account required
174+ beta_app_review_info : {
175+ contact_email : "support@v2er.app" ,
176+ contact_first_name : "V2er" ,
177+ contact_last_name : "Support" ,
178+ contact_phone : "+86 13800138000" ,
179+ notes : "This is a third-party client app for V2EX forum. No special account needed for testing."
180+ }
170181 )
171182
172183 # Notify success
0 commit comments