본문 바로가기

모바일/CORDOVA36

cordova 설치 맥기준 오랜만에 cordova로만든 프로젝트 업데이트할일이 생겼다 1. node버전 변경 20.9.0 lts사용 nvm을 사용하므로 해당명령어를 통해서 nodejs설치 nvm install 20.9.0 nvm use 20.9.0 2. cordova 설치 npm install -g cordova 3. android studio 설치 https://developer.android.com/studio?utm_source=android-studio Download Android Studio & App Tools - Android Developers Android Studio provides app builders with an integrated development environment (IDE) optimized .. 2023. 10. 31.
FCM 오랜만에 예전에만들었던 프로젝트를 다시꺼내와서 실행해보니 다 터져있다 그중 푸쉬관련기능중 예전에 쓰던것은 지우고 해당플러그인으로 변경 https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated GitHub - andrehtissot/cordova-plugin-fcm-with-dependecy-updated: Google FCM Push Notifications Cordova Plugin Google FCM Push Notifications Cordova Plugin. Contribute to andrehtissot/cordova-plugin-fcm-with-dependecy-updated development by creating .. 2022. 3. 10.
IOS에서 왜 작동이 되지 않는가.. stackoverflow.com/questions/36451720/cordova-ios-cross-origin-requests-are-only-supported-for-http Cordova iOS Cross origin requests are only supported for HTTP I'm building an iOS app and recently upgraded cordova-ios to 4.1.0 and started using: cordova-plugin-wkwebview-engine. The problem is that now I get the error message Cross origin requests are only stackoverflow.com WK웹뷰로 바꾸는걸 처음에 적용했었는데.. 2020. 12. 29.
Adaptive icon stackoverflow.com/questions/47523610/android-oreo-how-do-i-set-adaptive-icons-in-cordova Android Oreo - how do I set Adaptive Icons in Cordova? Just wondering if anyone been able to set adaptive icons on Cordova for Android Oreo? I'm using the android 6.4.0 and my square icon shrinks to fit the circle. I just want it to not shrink. I don't... stackoverflow.com 안드 새버전용 = 1. 안드로이드 스튜디오를 사용하여 아이콘을 .. 2020. 11. 16.
아이콘 스플래쉬 이미지생성 apetools.webprofusion.com/ Ape Tools: Don't Go Ape - Go Ape Tools. App Icon and Splashscreen Generator. Make your app happen. Ape ToolsDon't Go Ape, Go Ape Tools. Get apps done quicker. Create all the required sizes of Icons and Splashscreens for your app instantly for all major platforms a webprofusion creation © 2015 - 2018.Check out the code and submit issues on GitHub: https apetools.webprof.. 2020. 11. 12.
Promise rejected with non-error: xcode-select: error: tool 'xcodebuild' requires Xcode cordova build ios CordovaError: Promise rejected with non-error: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance at /Users/naitas/.nvm/versions/node/v14.10.1/lib/node_modules/cordova/bin/cordova:30:15 at processTicksAndRejections (internal/process/task_queues.js:93:5) Xcode -> preferences.. 2020. 9. 15.
Could not find an installed version of Gradle either in Android Studio cordova build android --release Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=/Users/xxxx/Library/Android/sdk (DEPRECATED) Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio -- brew update && brew install gr.. 2020. 9. 15.
cordova 9.0.0 새로 빌드를 하려고하니 새버전이 나왔다고 한다. Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio cordova requirements를 치게되면 해당 문제점이 출력된다. gradle을 직접 설치해야되는데 https://gradle.org/ Gradle Build Tool Accelerate developer productivity. Gradle helps teams build, automate and deliver better s.. 2020. 2. 10.
Your app(s) are using a WebView that is vulnerable to cross-app scripting. Hello Google Play Developer, We rejected 앱이름, with package name 패키지명, for violating our Malicious Behavior or User Data policy. If you submitted an update, the previous version of your app is still available on Google Play. This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure. Below is the list of issues and the c.. 2019. 4. 22.