소스 검색

Add NSFaceIDUsageDescription

Marino Faggiana 6 년 전
부모
커밋
7447600af8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      iOSClient/Brand/iOSClient.plist

+ 2 - 0
iOSClient/Brand/iOSClient.plist

@@ -107,6 +107,8 @@
 	</dict>
 	<key>NSCameraUsageDescription</key>
 	<string>The use of Camera is used to scan documet</string>
+	<key>NSFaceIDUsageDescription</key>
+	<string>This app requires Face ID permission to authenticate using Face recognition.</string>
 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
 	<string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
 	<key>NSLocationAlwaysUsageDescription</key>