Skip to content
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

개인 식별 api에 사용에 따른 PrivacyInfo 추가 #1141

Merged
merged 3 commits into from
Mar 14, 2024
Merged

개인 식별 api에 사용에 따른 PrivacyInfo 추가 #1141

merged 3 commits into from
Mar 14, 2024

Conversation

jayce1116
Copy link
Collaborator

Description

작업 항목
개인 식별 api를 사용하고 있는지 확인하고 있다면 PrivacyInfo.xcprivacy 를 추가하고 사용 항목과 이유를 명시

반영 시기
2024년 3월 13일부터 누락된 경우 이메일로 경고를 보내고, 5월 1일부터는 리젝.
3월 4주차에 반영해서 누락된게 있는지 확인 후 5월전에는 모두 반영될 수 있도록 해야 함
공지 : https://developer.apple.com/news/?id=3d8a9yyh

애플 가이드
Describing use of required reason API
장치 또는 사용자를 식별하기 위해 장치 신호에 액세스하는 데 오용될 가능성이 있습니다(지문 채취라고도 함). 사용자가 앱에 추적 권한을 부여했는지 여부에 관계없이 지문 채취는 허용되지 않습니다. 앱이나 타사 SDK(Apple에서 제공하지 않는 SDK)에서 이 API를 사용하는 경우 앱이나 타사 SDK의 PrivacyInfo.xcprivacy 파일에서 API 사용 이유와 사용법을 명시하세요.
2023년 가을부터 개인 정보 매니페스트 파일에 이유를 설명하지 않고 필수 이유 API를 사용하는 앱을 App Store Connect에 업로드하면 Apple로부터 이메일을 받게 됩니다. 2024년 봄부터 개인 정보 매니페스트 파일에 필수 이유 API 사용을 설명하지 않는 앱은 App Store Connect에서 허용되지 않습니다.

@jayce1116 jayce1116 added the enhancement New feature or request label Mar 12, 2024
@jayce1116 jayce1116 self-assigned this Mar 12, 2024
@jayce1116 jayce1116 requested a review from childc as a code owner March 12, 2024 02:28
@jayce1116 jayce1116 marked this pull request as draft March 12, 2024 03:41
@jayce1116 jayce1116 marked this pull request as ready for review March 13, 2024 00:48
@jayce1116 jayce1116 linked an issue Mar 14, 2024 that may be closed by this pull request
@jayce1116 jayce1116 merged commit 17edfd3 into nugu-developers:develop/1.9.4 Mar 14, 2024
1 check passed
@jayce1116 jayce1116 deleted the improve/privacy branch March 14, 2024 01:15
jayce1116 added a commit that referenced this pull request Mar 15, 2024
### Description
작업 항목
개인 식별 api를 사용하고 있는지 확인하고 있다면 PrivacyInfo.xcprivacy 를 추가하고 사용 항목과 이유를 명시

반영 시기
2024년 3월 13일부터 누락된 경우 이메일로 경고를 보내고, 5월 1일부터는 리젝.
3월 4주차에 반영해서 누락된게 있는지 확인 후 5월전에는 모두 반영될 수 있도록 해야 함
공지 : https://developer.apple.com/news/?id=3d8a9yyh

애플 가이드
[Describing use of required reason
API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api)
장치 또는 사용자를 식별하기 위해 장치 신호에 액세스하는 데 오용될 가능성이 있습니다(지문 채취라고도 함). 사용자가 앱에 추적
권한을 부여했는지 여부에 관계없이 지문 채취는 허용되지 않습니다. 앱이나 타사 SDK(Apple에서 제공하지 않는 SDK)에서 이
API를 사용하는 경우 앱이나 타사 SDK의 PrivacyInfo.xcprivacy 파일에서 API 사용 이유와 사용법을
명시하세요.
2023년 가을부터 개인 정보 매니페스트 파일에 이유를 설명하지 않고 필수 이유 API를 사용하는 앱을 App Store
Connect에 업로드하면 Apple로부터 이메일을 받게 됩니다. 2024년 봄부터 개인 정보 매니페스트 파일에 필수 이유 API
사용을 설명하지 않는 앱은 App Store Connect에서 허용되지 않습니다.

(cherry picked from commit 17edfd3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

개인 식별 api에 사용에 따른 PrivacyInfo 추가
3 participants