[Android 출시 에러] 전화번호 인증 에러: app-not-authorized, This app is not authorized to use Firebase Authentication.

최대 1 분 소요

에러

에러 스크린샷

  • 기껏 아이폰 전화번호 인증 에러를 고쳐놨더니… 안드로이드에서도 발생..
  • 에뮬레이터에서는 멀쩡했는데 실기기에서만 발생하는 에러

=> Google Play Console의 앱서명 SHA키 필요
도움: https://stackoverflow.com/questions/46751766/this-app-is-not-authorized-to-use-firebase-authentication-please-verify-that-the

해결

  1. Play store Console > Your project > Release > Setup > App integrity
    image 업로드 키 : 안드로이드 스튜디오에서 앱을 내보낼 때, 사용하는 개인 서명 키
    서명 키 : 플레이스토어에 앱을 올리면, 플레이스토어 자체적으로 사용하는 서명 키

  2. SHA1 SHA256에 대한 업로드 키, 서명 키 등록
    스크린샷 2024-04-13 오후 6 01 34

  3. google-services.json 다시 다운로드, 앱에 적용
  4. 해결되길 기도

카테고리:

업데이트: