모바일106 응용 프로그램을 위한 유효한 ‘aps-environment’ 인타이틀먼트 문자열을 찾을 수 없습니다. 응용 프로그램을 위한 유효한 ‘aps-environment’ 인타이틀먼트 문자열을 찾을 수 없습니다. Capabilities부분에 Push Notifications가 On되어있는지 확인해볼것 2018. 4. 25. FCM 앱에서 메시지 수신 파이어베이스에 적혀있는 내용https://firebase.google.com/docs/cloud-messaging/ios/receive?hl=ko퀵스타트 정보https://github.com/firebase/quickstart-ios/blob/7e1bae6dd76994c468bd7e1a1f695d8815e6f2da/messaging/MessagingExampleSwift/AppDelegate.swift#L116-L154 앱이 동작중일때도 푸쉬가 뜨게 하려면completHandler부분을 설정할것 completionHandler([.alert, .sound]) 2018. 4. 25. WKWebview에서 자바스크립트 호출 일반웹뷰라면 밑에 링크가 맞는데https://stackoverflow.com/questions/36139062/call-swift-function-with-javascript-using-uiwebviewWKWebView에서는 변화사항이 있는거같다.https://stackoverflow.com/questions/40761218/javascript-call-to-swift-from-uiwebview사용된정보https://styleshare.github.io/2016/09/14/ios-10-url-open.htmlhttps://samwize.com/2016/06/08/complete-guide-to-implementing-wkwebview/https://gist.github.com/starhoshi/efde2.. 2018. 4. 24. 카카오톡 공유하기 플러그인관련 왜 아이폰쪽에서는 공유하기플러그인이 작동되지 않았다. 그래서 고쳐서 공유하기부분만 만들었는데.. 초기에 사용했던 플러그인https://github.com/taejaehan/Cordova-Kakaotalk-Plugin 참조한 플러그인 https://github.com/natura4917/cordova-plugin-natura-kakaotalkhttps://github.com/GwonHyeok/cordova-plugin-kakaotalkhttps://www.npmjs.com/package/cordova-plugin-kakaotalk 세가지를 분석해봤다. -나머지내용은 이어서.. 2018. 4. 24. DEP10401 : Cordova Simulate에서 앱을 실행하려면 Google Chrome이 필요합니다. 하지만 이 컴퓨터에 Chrome이 설치되어 있지 않습니다. https://www.google.com/chrome/browser/index.html에서 Chrome을 설치하세요. 심각도코드설명프로젝트파일줄비표시 오류(Suppression) 상태오류오류: DEP10401 : Cordova Simulate에서 앱을 실행하려면 Google Chrome이 필요합니다. 하지만 이 컴퓨터에 Chrome이 설치되어 있지 않습니다. https://www.google.com/chrome/browser/index.html에서 Chrome을 설치하세요. 매번 보던오류.. 해결방법 1.커맨드창을 연후 regedit입력 2.컴퓨터\HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome해당 데이터값을 Chrome에서 Google Chrome으로 수정 2018. 4. 9. 카카오톡 공유하기 안드로이드 앱서명 https://developers.kakao.com/docs/android#%ED%82%A4%ED%95%B4%EC%8B%9C-%EB%93%B1%EB%A1%9D 1. OPENSSL 설치https://www.openssl.org/ LTS버전 설치Win64OpenSSL-1_0_2o.exe 설치후 환경변수 설정 적용되었는지 확인openssl version https://developers.kakao.com/docs/android#%ED%82%A4%ED%95%B4%EC%8B%9C-%EB%93%B1%EB%A1%9D 디버그용 생성keytool -exportcert -alias androiddebugkey -keystore -storepass android -keypass android | openssl sha1 -b.. 2018. 3. 29. 바로 전화걸기 PhoneGap-PhoneDialer https://github.com/peutetre/PhoneGap-PhoneDialer 해당 버튼 클릭시 바로 전화걸기로 넘어감 Error return by the plugin : ["feature","empty"] phonedialer.dial( "2125551212", function(err) { if (err == "empty") alert("Unknown phone number"); else alert("Dialer Error:" + err); }, function(success) { alert('Dialing succeeded'); } ); 2018. 3. 29. signatures do not match the previously installed version https://stackoverflow.com/questions/31489567/manually-installing-an-updated-apk-fails-with-signatures-do-not-match-the-previ (node:47313) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: adb: Command failed with exit code 1 Error output:adb: failed to install /Users/----/cordova/----/platforms/android/build/outputs/apk/debug/android-debug.apk: Failure [INST.. 2018. 3. 26. OEM USB 드라이버 https://developer.android.com/studio/run/oem-usb.html 맥에서 LG폰 구동을 위해 해당 드라이버 설치 http://www.lg.com/us/support/software-firmware-drivers 2018. 3. 26. 이전 1 ··· 5 6 7 8 9 10 11 12 다음