Conversation
개인정보 수집 라벨은 admin 이 App Store Connect 에서 직접 설정·게시하므로 upload_app_privacy_details_to_app_store 단계와 app_data_usages.json 을 제거
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
개인정보 수집 라벨(App Store Connect App Privacy)을 admin 계정주가 웹 UI에서 직접 설정·게시하기로 하여, release 자동화에서 관련 업로드 단계를 제거했습니다.
Fastfile:upload_app_privacy_details_to_app_store단계 및PRIVACY_CONFIG상수 제거Fastfile:verify_metadata필수 파일 목록에서app_data_usages.json제거fastlane/app_data_usages.json파일 삭제To Reviewer
개인정보 라벨은 이제 admin 이 App Store Connect 에서 직접 관리합니다. release 실행 전 라벨이 게시(published) 되어 있어야 심사 제출이 막히지 않으니 이 점을 안내드립니다.
PrivacyInfo.xcprivacy(앱 바이너리 매니페스트)는 이번 변경과 무관한 별도 항목이며, 현재 프로젝트 자체 매니페스트는 없는 상태입니다.