info.plist permission

Hee Tae Shin·2023년 4월 2일
1

Flutter

목록 보기
11/16

IOS 의 Permission 을 짧게 정리해보겠다.

애플 뮤직

<key>NSAppleMusicUsageDescription</key>
<string>My description about why I need this capability</string>

블루투스

<key>NSBluetoothPeripheralUsageDescription</key>
<string>My description about why I need this capability</string>

달력

<key>NSCalendarsUsageDescription</key>
<string>My description about why I need this capability</string>

카메라

<key>NSCameraUsageDescription</key>
<string>My description about why I need this capability</string>

컨택트 렌즈

<key>NSContactsUsageDescription</key>
<string>My description about why I need this capability</string>

FaceID

<key>NSFaceIDUsageDescription</key>
<string>My description about why I need this capability</string>

피트니스 건강공유

<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>

건강 업데이트

<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>

홈키트

<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>

위치

<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>

위치 항상

<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>

위치 앱 사용중인경우

<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>

마이크 권한

<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>

동작(가속도계)

<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>

NFC (근거리 통신)

<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>

사진 라이브러리

<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>

사진 라이브러리 (쓰기 전용 액세스) :

<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>

알림

<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>

시리

<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>

음성 인식

<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
profile
안녕하세요

0개의 댓글