제목:Re: iOS MinewBeaconAdminSDKDemo crash
페이지 정보
작성자 고객센터 작성일20-03-11 13:31관련링크
본문
안녕하세요. 바쓰비 입니다.
해당 내용 확인을 위해, 해당 소스를 build 해보니, 다음과 같은 오류 안내 메시지를 확인할 수 있었습니다.
2020-03-11 13:15:15.524125+0900 MinewBeaconAdminSDKDemo[91806:10933809] [CoreBluetooth] API MISUSE: <CBCentralManager: 0x2822a8930> can only accept this command while in the powered on state
2020-03-11 13:15:15.546079+0900 MinewBeaconAdminSDKDemo[91806:10933809] [access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.
(lldb)
이 메시지의 내용대로,
NSBluetoothAlwaysUsageDescription 키를 Info.plist에 추가하니,
Privacy - Bluetooth Always Usage Description 키가 추가되고, value에 설명을 넣어주니, 권한 문제가 해결되어 이상없이 실행됨을 확인하였습니다.
iOS 13부터 블루투스 권한을 확인하기 때문에 발생하는 문제로 보입니다.
수고하세요..