일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- CoreLocation
- xcode로 날씨앱 만들기
- Required Reason API
- UIAlertAction
- UICollectionViewFlowLayout
- MKMapViewDelegate
- 러닝기록앱
- CLLocationManagerDelegate
- 서체관리자
- WeatherManager
- SwiftUI Boolean 값
- MKMapItem
- App Store Connect
- AnyObject
- Protocol
- Startign Assignments
- 러닝타이머
- swift
- 한국어 개인정보처리방침
- Xcode
- Timer
- weatherKit
- font book
- 영문 개인정보처리방침
- 단일 책임원칙
- 클로저의 캡슐화
- weak var
- addannotation
- dispatchsource
- RunningTimer
- Today
- Total
VesselWheel
Required Reason API(from App Store Connect) 본문
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
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에서 허용되지 않습니다.
설정방법
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
'Xcode Study' 카테고리의 다른 글
[트러블 슈팅] [런 잇] 디바운스(Debounce)와 Combine을 활용한 Throttle 적용하기 그리고 Caching을 통한 디버깅 (0) | 2024.04.01 |
---|---|
ActivityKit & WidgetKit (0) | 2024.03.30 |
앱 심사 요청 후 reject (0) | 2024.03.22 |
Swift Font 사용하기 (0) | 2024.03.19 |
[Trouble Shooting] 러닝레코드 프로퍼티 무한값일 때 충돌 (0) | 2024.03.18 |