Simulator build Error!!!! Error Mesage 1The request was denied by service delegate Simulator restart!! Error Mesage 2DTServiceHubClient failed to bless service hub for simulator iPhone X Simulator > Menu > Hardware > Erase All content And Settings... Clear!! 👍👍
네비게이션 부팅중 로딩화면에서 멈춤 현상이 간혹가다 발생한다. 사용하는 제품은 보이스 3.0, IQ700 주로 부팅중 전원을 자주 끄게 될 경우 그러는 것 같다. 그럴경우 네비 전원이 들어오기 전 전원 버튼을 누른 상태에서 전원이 들어오면 다시 전원 버튼을 한번 더 눌러줄 경우 SD카드에 있는 OS를 재설치 한다며 초기화 및 셋팅이 이루어진다. 초기화 후 부팅이 잘 되는 것을 확인할 수 있다. 괜시리 SD카드 네비 업데이트만 3개월만에 했다.
앱간 연동 스키마 설정 및 해당 앱이 설치 되지 않았을 경우 해당 스토어로 이동. 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849//전역설정.private AlertDialog mDialog = null; //이동시킬 인텐트 생성.Intent intent = getPackageManager().getLaunchIntentForPackage("[패키지명]"); if (intent == null){ //다이얼로그 생성. mDialog = createDialog(); mDialog.show();}else{ intent.setData(Uri.parse("해당 앱 연결할 스키마://")); startA..