VesselWheel

Required Reason API(from App Store Connect) 본문

Xcode Study

Required Reason API(from App Store Connect)

JasonYang 2024. 3. 26. 09:57

https://jochen-holzer.medium.com/embrace-the-evolution-preparing-your-ios-app-for-the-required-reason-api-38f2d12bbce5

 

Embrace the Evolution: Preparing Your iOS App for the “Required Reason API”

Learn how to prepare your iOS app for the required reason API. Step-by-Step guide that helps to prepare the privacy manifest of your app in Xcode.

jochen-holzer.medium.com

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278393

 

Describing use of required reason API | Apple Developer Documentation

Ensure your use of covered API is consistent with policy.

developer.apple.com

앱이 핵심 기능을 제공하기 위해 사용하는 일부 API(귀하가 작성하거나 타사 SDK에 포함된 코드)는 기기나 사용자를 식별하기 위해 기기 신호에 액세스하는 데 오용될 가능성이 있습니다(지문 채취라고도 함).

사용자가 앱에 추적 권한을 부여했는지 여부에 관계없이 지문 채취는 허용되지 않습니다. iOS, iPadOS, tvOS, VisionOS 또는 watchOS의 앱 또는 타사 SDK가 이러한 API를 사용하는 이유를 설명하고 앱 또는 타사 SDK가 예상된 이유로만 API를 사용하는지 확인하세요.

개인정보 보호 매니페스트 파일에 이유를 설명하지 않고 필수 이유 API를 사용하는 앱을 App Store Connect에 업로드하는 경우, Apple은 앱의 개인정보 매니페스트에 이유를 추가하라고 알리는 이메일을 사용자에게 보냅니다.

2024년 5월 1일부터 개인 정보 매니페스트 파일에 필수 이유 API 사용을 설명하지 않는 앱은 App Store Connect에서 허용되지 않습니다.

앱 심사 후 받은 API 관련 이메일

 

설정방법

https://developers.smaato.com/publishers/ios17-privacy-manifest-file/

 

iOS17 Privacy Manifest File | Smaato

Privacy Manifests allow app developers to document the types of data their app collects on its own and through third-party tools like SDKs.

developers.smaato.com

https://blog.naver.com/syunsyun-/223392321839

 

2024-03-22 TIL

오늘은 API 사용 이유에 대하여 알아보았다. https://developer.apple.com/documentation/bundleresourc...

blog.naver.com