유니티 광고 안뜨는 오류 해결 (Unity admob ads error Perfectly Solved)-Your advertising ID declaration in Play Console says that your app uses advertising ID. A manifest file in one of your active artifacts doesn't include the com.google.android.gms.permission.AD_ID permission.
<유니티 광고 ID 오류>
* 영문 오류
Your advertising ID declaration in Play Console says that your app uses advertising ID. A manifest file in one of your active artifacts doesn't include the com.google.android.gms.permission.AD_ID permission.
* 한글 오류
<해결방법>
유니티에서 위와 같이 custom main manifest를 체크하면, 아래 보이는 경로에 AndroidManifest.xml이라는 파일이 생성된다. 그 파일에 아래의 내용을 넣어준다.
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
<해결 완료>
자이제 빌드하고 play console에서 에러가 발생하지 않는 것을 즐기면 된다~~ 휴~~ -_-;
댓글
댓글 쓰기