본문 바로가기
반응형

Android4

[Firebase] Flutter에서 Firebase Cloud Messaging 구현 (iOS, Android, Push Notification, 파이어베이스 푸시알림메시지) 참고자료 - https://firebase.flutter.dev/docs/messaging/overview/ - https://firebase.google.com/docs/cloud-messaging - https://mookypoo.medium.com/flutter-fcm-푸쉬-알림-7e0699729462 - https://kanoos-stu.tistory.com/72 - https://eunjin3786.tistory.com/280 - https://arcanine33.github.io/flutter/Flutter-FCM/ - https://sudarlife.tistory.com/entry/Flutter-플러터-삽질은-그만-Firebase-Messaging-iOS-셋업 Flutter에서 Firebas.. 2023. 1. 5.
[Firebase] HashKey(해쉬키), Keystore 생성하기 (카카오로그인에 필요한 Android Debug & Release KeyStore, Firebase Social Login) 들어가며 플러터 개발을 하면서 제일 복잡한 부분이 Google Play Store / App Store 배포 및 Social Login을 위한 Device 관련 환경설정이 아닐까 합니다. 잠시 App Store 심사 썰을 풀어드리면... 우선 iOS 앱을 개발하기 위해서는 애플 개발자 계정이 필요한데, 연 100$를 지불해야 합니다. (진입장벽 1) 또한, 각종 기기(iPhone, iPad 등) 사이즈별로 스크린샷을 등록해야 하는데요, iPad의 경우에는 12.9인치 크기의 2세대, 3세대 Pro 모델을, 그리고 iPhone의 경우에는 5.5인치, 6.5인치 크기의 모델에서 찍은 스크린샷을 등록해줘야 합니다. 마지막으로 소셜로그인 기능이 존재하는 Application이라면 애플로그인을 필수로 구현해야 합.. 2022. 12. 2.
[안드로이드/Android] scrcpy로 안드로이드 스마트폰 화면 컴퓨터에 미러링하기 (Mac OS 기준) Android Studio 등의 IDE를 통해서 개발용 Simulator/Emulator를 컴퓨터에 띄우는 것은 가능합니다. 하지만 자신의 스마트폰을 PC 화면에 미러링시키고 싶다면 scrcpy를 설치해야 합니다. 본인의 Mac OS에 brew가 설치되어 있다는 것을 가정하고 scrcpy를 설치해보러 가봅시다!! 1. `brew install scrcpy` brew install scrcpy​ 2. `brew install android-platform-tools` brew install android-platform-tools 지금까지 명령어는 단 두 줄 뿐이었습니다. 요약하자면, brew가 설치된 Mac OS 기반의 terminal에서 다음의 명령어만으로 설치 과정은 끝입니다. brew install.. 2021. 9. 26.
[Android] Google Play Console에 어플리케이션 등록하기 (구글스토어 출시, Flutter) - Flutter 기준으로 할 때, Android directory를 Android Studio의 최상단 directory로 설정하면 build 메뉴에 generate signed bundle or APK 항목이 생긴다. - - https://develop-writing.tistory.com/33 카카오 로그인 API - 출시를 위한 키 해시 등록하는 방법 이전에 카카오 로그인 API를 안드로이드 앱에 연동하는 방법을 알아봤습니다. develop-writing.tistory.com/31 [Android] 카카오 로그인 연동하기 이번에는 카카오 로그인을 연동하려고 합니다. 카카오 로그 develop-writing.tistory.com - https://ckstmsla.tistory.com/entry/구글-.. 2021. 9. 4.
반응형