Unity/Unity 이슈
Unity 구글 로그인 실패 Case #3
lipnus
2022. 12. 23. 20:45
반응형
Problem
구글 로그인 건드리다가 발생한 에러.
APK빌드 후 Phone에 설치 후 실행하면 바로 Crash.
Unity로그가 아니라 일반 로그에서 에러발생.
(구글검색하면 Unity가 아닌 Android 개발 해결방법이 주로 나와서 헷갈림)
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Solution
implementation 'androidx.work:work-runtime:2.7.1'
위 코드 추가
*안되면 force reslove
반응형