반응형
구글콘솔에서 버전을 올리면서 구글 플레이 스토어에서 아래와 같은 메시지를 받게 되었습니다.
이는 마지막 버전의 Firebase 인증이 recaptcha:18.1.2 를 사용하기 때문에 발생
해결방법
- recaptcha_enterprise_flutter 라이브러리 추가.
- https://pub.dev/packages/recaptcha_enterprise_flutter/install
- implementation 'com.google.android.recaptcha:recaptcha:18.4.0' 을 build.gradle 파일의 종속성 섹션에 reCaptcha 버전을 재정의.
수발가족을 위한 일기장 “나비일기장”
https://play.google.com/store/apps/details?id=com.maccrey.navi_diary_release
구글플레이 앱 배포의 시작! 비공개테스트 20명의 테스터모집을 위한 앱 "테스터 쉐어"
https://play.google.com/store/apps/details?id=com.maccrey.tester_share_release
카카오톡 오픈 채팅방
반응형
'Flutter > Flutter Programming' 카테고리의 다른 글
CircularProgressIndicator가 찌그러져 화면에 표시될때 조치 (0) | 2024.06.24 |
---|---|
VS CODE에서 갑자기 실행 버튼이 갑자기 없어졌을때 처리 방법 (0) | 2024.06.23 |
Fast Campus Flutter(15개 프로젝트로 실무까지 끝내는 Dart&Flutter 앱 개발) 온라인 강의를 추천합니다. (0) | 2024.06.23 |
Flutter에서 상속과 믹싱: 객체 지향 프로그래밍의 핵심 (0) | 2024.06.21 |
플러터에서 파이어베이스 로그인과 생체 인증 연동 방법 (0) | 2024.06.20 |