728x90
문제: 유니티 에디터에서는 되는데 모바일에서 안뜸.
과정: 안드로이드 스튜디오로 로그를 보니 sdk초기화가 안되고, 제목과 같은 에러가 나옴.
해결:
1. Build Settings > Player Setting > Publishing Settings > Custom Progurard File
2. 생성된 Custom Progurard File에 아래 소스 넣기.
-keep class cohttp://m.google.unity.** { *; } -keep public class cohttp://m.google.android.gms.ads.**{ public *; } -keep public class cohttp://m.google.ads.**{ public *; } -keepattributes *Annotation* |
'Unity' 카테고리의 다른 글
[ Unity ] .unitypackage 압축파일을 해제했는데 폴더파일이 됐을때 (1) | 2023.12.01 |
---|---|
[ Unity ] Collab service is deprecated and has been replaced with PlasticSCM (1) | 2023.11.28 |
[ Unity ] xcode simulator 목록 안보일때 (0) | 2023.11.27 |
[ Unity ] Invalid Signature. A sealed resource is missing or invalid. The file at path (0) | 2023.11.24 |
[ Unity ] framework 'FBLpromises' not found (3) | 2023.11.23 |