-
Notifications
You must be signed in to change notification settings - Fork 48
Update TestFlight release channel from internal to public beta #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -78,20 +78,23 @@ platform :ios do | |||||
| api_key: api_key, | ||||||
| app_identifier: "v2er.app", | ||||||
| skip_submission: false, | ||||||
| distribute_external: true, | ||||||
| groups: ["External"], # Default external tester group | ||||||
| notify_external_testers: true, | ||||||
| distribute_external: true, # 发布到外部测试者(公测) | ||||||
| groups: ["Public Beta", "External Testers", "Beta Testers"], # 公测群组 | ||||||
| notify_external_testers: true, # 发送邮件通知 | ||||||
| uses_non_exempt_encryption: false, | ||||||
| submit_beta_review: true, | ||||||
| submit_beta_review: true, # 自动提交Beta审核 | ||||||
| wait_for_uploaded_build: true, | ||||||
| beta_app_description: "V2er 是一个优雅的 V2EX 第三方客户端", | ||||||
| beta_app_feedback_email: "support@v2er.app", | ||||||
| demo_account_required: false, | ||||||
| beta_app_review_info: { | ||||||
| contact_email: "support@v2er.app", | ||||||
| contact_first_name: "V2er", | ||||||
| contact_last_name: "Support", | ||||||
| contact_phone: "+1234567890", | ||||||
| contact_phone: "+86 1234567890", | ||||||
|
||||||
| contact_phone: "+86 1234567890", | |
| contact_phone: "+86 13800138000", |
Outdated
Copilot
AI
Sep 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The beta review notes are now in Chinese, but Apple's App Store Connect interface and review process are primarily in English. Consider providing English notes for beta_app_review_info to ensure clear communication with Apple reviewers.
| notes: "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。" | |
| notes: "This is a third-party client app for the V2EX forum. No special account is required for testing." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete if it's optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete these fields if they're optional
Outdated
Copilot
AI
Sep 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplicate of the issue found on line 97. The beta review notes are in Chinese but should be in English for Apple reviewers.
| notes: "这是一个 V2EX 论坛的第三方客户端应用,测试不需要特殊账号。" | |
| notes: "This is a third-party client app for the V2EX forum. No special account is required for testing." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The beta_app_description is in Chinese, but TestFlight's public beta audience may include international users. Consider providing an English description or adding both languages for broader accessibility.