@@ -78,20 +78,21 @@ platform :ios do
78
78
api_key : api_key ,
79
79
app_identifier : "v2er.app" ,
80
80
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
84
84
uses_non_exempt_encryption : false ,
85
- submit_beta_review : true ,
85
+ submit_beta_review : true , # Automatically submit for Beta review
86
86
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 ,
87
90
beta_app_review_info : {
88
91
contact_email : "support@v2er.app" ,
89
92
contact_first_name : "V2er" ,
90
93
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."
95
96
}
96
97
)
97
98
@@ -160,13 +161,23 @@ platform :ios do
160
161
skip_waiting_for_build_processing : false , # Wait for processing before distribution
161
162
wait_processing_interval : 30 , # Check every 30 seconds
162
163
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)
164
165
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
166
167
changelog : "Bug fixes and improvements" ,
167
- notify_external_testers : true , # Send email notifications
168
+ notify_external_testers : true , # Send email notifications to external testers
168
169
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
+ }
170
181
)
171
182
172
183
# Notify success
0 commit comments