본문 바로가기
안드로이드 Notification 누적 https://bonustrack02.tistory.com/entry/Android-Notification-%EB%88%84%EC%A0%81%EC%8B%9C%ED%82%A4%EA%B8%B0 Android Notification 누적시키기상용 앱들을 보면 어떤 푸시 알림이 왔을 때 해당 푸시가 누적되는 경우가 다반사이다. 하지만, 나는 해당 기능에 대해 구현할 생각을 해본 적이 없었다. 이 때, 갑자기 회사에서 '푸시가 1개밖에bonustrack02.tistory.com 푸쉬전송시 0으로 설정된부분을notificationManager.notify(0, notificationBuilderCompat.build())다른값을 넣을경우 누적됨notificationManager.notify((System.curre.. 2024. 9. 10.
모바일 크롬 구글번역 안뜨게 https://okky.kr/questions/397796 OKKY - 크롬 이 페이지를 번역하시겠습니까? 사전 차단 방법이 있나요?페이지에 영문이나 기타 외국어가 있는 것도 아닌데 자꾸 활성화가 되네요.브라우저 옵션에서 끄면 그만이지만 사용자가 남녀노소 가리지 않고 많기 때문에일일이 대응하기엔 한계가 있어 자okky.kr 메타태그  추가 2024. 9. 10.
윈도우 IPBAN 설치 원래는 원격 포트를 확인된 아이피만 접속가능했지만 오픈할일이생겨서https://github.com/DigitalRuby/IPBan/ GitHub - DigitalRuby/IPBan: Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. WSince 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade .. 2024. 7. 8.
certbot 설치 https://certbot.eff.org/ CertbotTaglinecertbot.eff.org Centos stream환경에서 certbot설치1. snap 설치https://snapcraft.io/docs/installing-snap-on-centos  https://snapcraft.io/docs/installing-snap-on-centos snapcraft.io 버전업sudo dnf install epel-release sudo dnf upgrade 설치sudo yum install snapd실행sudo systemctl enable --now snapd.socket연결sudo ln -s /var/lib/snapd/snap /snap2. certbot 설치sudo snap install --c.. 2024. 7. 8.
com.google.android.play:core:1.10.3 com.google.android.play:core님이 core:1.10.3에 대한 메모를 추가했습니다.Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to targ.. 2024. 6. 27.
Webview에서 스와이프 제스쳐를 이용하여 뒤로가기 설정 webview.navitationDelegate = selfwebview.allowBackForwardNavigationGestures = true설정 참조한 사이트https://usa4060.tistory.com/25 [iOS/WKWebView] WebView에서 스와이프 제스쳐를 이용하여 뒤로가기 설정하기웹뷰를 단순히 불러오기만 하면, iOS에서 많이 사용하는 스와이프 제스쳐를 통해 뒤로가기 & 앞으로 가기 동작은 사용이 불가능 합니다. 이를 사용하기 위해선, 아래의 코드와 같이 작성해주면usa4060.tistory.com 난 이게 불편하던데 왜 해달라는지 모르겠다 2024. 6. 27.
The `punycode` module is deprecated. (node:16908) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)---NODE 20.2.0버전 설치후발생코어 모듈에서 지원하지 않음외부 라이브러리를 활용하여 해결---npm install punycode 2024. 5. 27.
기존 HTTP 또는 XMPP API(2023년 6월 20일에 지원 중단됨)의 기존 사용자는 2024년 6월 20일까지 최신 Firebase 클라우드 메시징 API(HTTP v1)로 마이그레이션해야 합니다. https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=ko&authuser=0 기존 HTTP에서 HTTP v1로 마이그레이션 | Firebase 클라우드 메시징 Google I/O 2023에서 Firebase의 주요 소식을 확인하세요. 자세히 알아보기 의견 보내기 기존 HTTP에서 HTTP v1로 마이그레이션 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분 firebase.google.com PHP를 통해서 우리는 PUSH전송을 제공하고있는데 내용이 참 부실하다. 심지어 샘플도 없고 1. 파이어베이스에 비공개 키를 생성후 다운받는다. 2. PHP사용을 위해서 composer를 활용해야한다. https://github.com/.. 2023. 12. 19.
안드로이드 생체인식(지문) https://developer.android.com/training/sign-in/biometric-auth?hl=ko#java 생체 인식 인증 대화상자 표시 | Android 개발자 | Android Developers 생체 인식 인증 대화상자 표시 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 앱의 민감한 정보나 고급 콘텐츠를 보호하는 데는 얼굴 인식, 지문 인식 같은 developer.android.com build.gradle implementation 'androidx.biometric:biometric:1.1.0' AndroidManifest.xml **** androidx 이걸로 임포트 import androidx.biometric.BiometricPromp.. 2023. 12. 18.