🏫 Mobile/🤖 Cordova
-
안녕하세요. 어플리케이션을 개발했는데 아래와 같은 메일을 받았네요. 오레오 다이어리 개발자님, 안녕하세요.박사아들 다이어리(커피, 요리, 날씨, Youtube), com.globalbridge.trustframe을(를) 검토한 결과 Google의 기기 및 네트워크 남용 정책과 개발자 배포 계약의 섹션 4.4를 위반하여 Google Play에서 앱이 삭제되었습니다. 이 앱은 정책에 부합하는 업데이트를 제출할 때까지 사용자가 이용할 수 없습니다.앱을 제출하여 다시 검토를 받으려면 다음 단계를 따르세요.앱에서 YouTube 동영상의 백그라운드 재생을 허용하는 등 서비스 약관을 위반하는 방식으로 서비스 또는 API에 액세스하거나 사용하지 않는지 확인합니다.기기 및 네트워크 남용 정책을 읽고 자세한 내용과 예시를..
[cordova] inappbrowser에서 onpluse 해결하기 (기기 및 네트워크 남용 정책과 개발자 배포 계약의 섹션 4.4)안녕하세요. 어플리케이션을 개발했는데 아래와 같은 메일을 받았네요. 오레오 다이어리 개발자님, 안녕하세요.박사아들 다이어리(커피, 요리, 날씨, Youtube), com.globalbridge.trustframe을(를) 검토한 결과 Google의 기기 및 네트워크 남용 정책과 개발자 배포 계약의 섹션 4.4를 위반하여 Google Play에서 앱이 삭제되었습니다. 이 앱은 정책에 부합하는 업데이트를 제출할 때까지 사용자가 이용할 수 없습니다.앱을 제출하여 다시 검토를 받으려면 다음 단계를 따르세요.앱에서 YouTube 동영상의 백그라운드 재생을 허용하는 등 서비스 약관을 위반하는 방식으로 서비스 또는 API에 액세스하거나 사용하지 않는지 확인합니다.기기 및 네트워크 남용 정책을 읽고 자세한 내용과 예시를..
2017.02.12 -
[Cordova] Apache Cordova localStoage 사용하기! Apache Cordova localStoage var storage = window.localStorage; var value = storage.getItem(key); // Pass a key name to get its value. storage.setItem(key, value) // Pass a key name and its value to add or update that key. storage.removeItem(key) // Pass a key name to remove that key from storage.출처 : https://cordova.apache.org/docs/en/latest/cordova/stor..
[Cordova] storage, localStorage 사용하기![Cordova] Apache Cordova localStoage 사용하기! Apache Cordova localStoage var storage = window.localStorage; var value = storage.getItem(key); // Pass a key name to get its value. storage.setItem(key, value) // Pass a key name and its value to add or update that key. storage.removeItem(key) // Pass a key name to remove that key from storage.출처 : https://cordova.apache.org/docs/en/latest/cordova/stor..
2017.02.05 -
Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize 안녕하세요. 오레오 다이어리입니다.하이브리드(cordova)앱을 개발하던 도중 위와 같은 오류가 발생하였습니다. 해결방법 : 오류내용을 자세히보고 어느 부분에서 오류가 발생하였는지 파악합니다.저의 경우는 loadUrl(launchUrl)을 loadUrl("file:///android_asset/www/index.html"); 로 절대경로로 변경해서 해결하였습니다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.globalbridge.tomyangel/com.globa..
[하이브리드 앱] Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitializeAttempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize 안녕하세요. 오레오 다이어리입니다.하이브리드(cordova)앱을 개발하던 도중 위와 같은 오류가 발생하였습니다. 해결방법 : 오류내용을 자세히보고 어느 부분에서 오류가 발생하였는지 파악합니다.저의 경우는 loadUrl(launchUrl)을 loadUrl("file:///android_asset/www/index.html"); 로 절대경로로 변경해서 해결하였습니다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.globalbridge.tomyangel/com.globa..
2016.11.01 -
Should explicitly set android:allowBackup to true or false(it's true by default, and that can have some security implications for the application's data) 안녕하세요. 오레오 다이어리입니다. 오류 내용 : android:allowBackup을 true로 할 것인지, false로 할 것인지 입력해 달라는 오류입니다. 아래 사진과 같이 true를 입력해줍니다. allowBackup이란?>> adb를 통해 백업에 참여하고 인프라를 복원 할 수 있도록하는 것입니다.("android:allowBackup" allows to backup and restore via adb) 관련 글 : http:..
[하이브리드 앱] Should explicitly set android:allowBackup to true or falseShould explicitly set android:allowBackup to true or false(it's true by default, and that can have some security implications for the application's data) 안녕하세요. 오레오 다이어리입니다. 오류 내용 : android:allowBackup을 true로 할 것인지, false로 할 것인지 입력해 달라는 오류입니다. 아래 사진과 같이 true를 입력해줍니다. allowBackup이란?>> adb를 통해 백업에 참여하고 인프라를 복원 할 수 있도록하는 것입니다.("android:allowBackup" allows to backup and restore via adb) 관련 글 : http:..
2016.11.01 -
You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. 안녕하세요. 오레오 다이어리입니다. 아래 상세한 오류 내용입니다. You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. In order for Gradle to automatically download all your SDK components, the license agreements for each of the components need to be accepted using the SDK ..
[안드로이드 앱] You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24].You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. 안녕하세요. 오레오 다이어리입니다. 아래 상세한 오류 내용입니다. You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. In order for Gradle to automatically download all your SDK components, the license agreements for each of the components need to be accepted using the SDK ..
2016.11.01