Swift

[swift] 마이크/카메라 권한 허용

도도돋치 2024. 9. 22. 15:54
Contents 접기
728x90

왼쪽 프로젝트 더블클릭 > Info > key많이 적힌 곳에 젤 아래 키에 마우스 가져다대면 플러스 생기는데 플러스 버튼 누르기 >

 

마이크 권한

key값: Privacy - Microphone Usage Description 

Value값:A message that tells the user why the app is requesting access to the device’s microphone.

 

카메라 권한

key값: Privacy - Camera Usage Description

Value값:A message that tells the user why the app is requesting access to the device’s camera.

 

Type은 둘다 String

728x90