유니티 광고 안뜨는 오류 해결 (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. If you don't include this permission in your manifest file, your advertising identifier will be zeroed out. This may break your advertising and analytics use cases, and cause loss of revenue.  Learn more You can remove these errors by updating your advertising ID declaration info_outline Apps that target Android 13 (API 33) without the AD_ID permission will have their advertising identifier zeroed out. This may impact advertising and analytics use-cases.  Learn more Update declaration Release without permission * 한글 오류  <해결방법> 유니티에서 위와 같이 custom main manifest를 체크하면, 아래 보이는 경로에 AndroidManifest.xml이라는 파일이 생성된다. 그 파일에 아래의 내용을 넣어준다.  <uses-permission android:name="com.google.android.gms.permission.AD_ID"/> <해결 완료>...

유니티 에디터에서는 광고가 나오는데 빌드후에 playstore에서 광고가 나오지 않는 경우(유니티 광고 오류 해결 방법 / unity admob ads error Solved)

이미지
 <원인> 처음에 google Play Console에서 앱 혹은 게임을 처음 생성할때 Dashboard에서 다양한 질문과 답변을 하게되는데, 필자의 경우 실수로, 엡에 광고를 포함하지 않는다고 체크하였다.  그로 인해 유니티 에디터에서는 광고가 잘 나오지만, 빌드후에 playstore혹은 내부터스터들에게는 광고가 보이지 않는 현상이 발생하였다. 특히, play console에 빌드 번들을 올리면 에러가 발생하였다. 에러의 내용은 아래와 같다. Your declaration on Play Console says that your app uses advertising ID .   Your   manifest file doesn 't include the com.google.android.gms.permission.AD_ID permission. <해결방법> 아래와 같이 app content - ads 에서 yes, my app contains ads라고 변경 하여 저장한다. 위와 같이 변경하고 다시 빌딩 하였다. 이것을 아래와 같이 playstore에 내부테스트로 트랙을 만들도록 한다.  <또 다른 문제1> 위와 같이 처리하였으나, 여전히 광고가 뜨지 않는 경우가 있다. 아래와 같은 이슈가 있을 수 있다.  Your latest open testing release (this is the 3rd release) contains SDK issues Chicken Fight(닭싸움) Feb 20, 2024 15:45 androidx.fragment:fragment:1.0.0 This SDK version has been reported as outdated. Consider upgrading to a newer version (1.1.0+). 위의 상황은 sdk 구버전 사용에 따른 이슈이다. 이것은 노란 색깔 문제로 빨간 색깔 문제보다는 낮은 수준이지만, 여러가지 상황을 야기 시킬수...

ads.txt 찾을 수 없음 해결하기

이미지
  <증상> google adsense 왜케 문제가 많냐?!! 일단, 아래에 보면 a ds.txt. 상태가 찾을수 없음 으로 되어 있다~~ 이것은 ads.txt. 파일이 없다는 것이고, 티스토리 등에서는 루트 디렉토리에 어떻게 업로드 하는지 블로그가 워낙 잘 나와있어서 괜찮지만, google blogspot을 쓰는 사람은 이것을 어떻게 root 디렉토리에 올리는지 모를것이여 ! 오케바리 그러면 이제 부터 문제를 해결 해 보아여~ ~~~ 검색 사이트 URL help_outline 승인 상태 help_outline Ads.txt 상태 help_outline 작업 nolgaemi.blogspot.com Blogger에 연결됨 준비 중 찾을 수 없음 delete 다음 페이지로 이동: /1 표시할 행 수: 50 arrow_drop_down 총 1개 중 1~1개 first_page chevron_left chevron_right last_page 자 위와 같이 ads.txt를 찾을 수 없음 이라고 되어 있지요. 뭐 ads.txt가 필수는 아니어서 찾을수 없다고 나와도 크게 상관은 없지만 서도, 일단 보기가 않좋으니깐, 찾아서 넣어주겠습니다요 ~~ <해결방법> ads.txt를 만듭니다. PC에 메모장을 열어서 파일명을 ads.txt라고 바꿔서 저장합니다 ~~ 이제, 안에 내용을 만들겠습니다.  google.com, pub-0000000000000000 , DIRECT, F08c47fec0942fa0 위의 것을 카피떠서 고대로 메모장에 붙혀넣으면 됩니다요~~~ ㅎㅎㅎ 앗 잠깐 저것은 무엇이냐? 나머지는 다 동일한데 빨간색 으로 되어 있는 부분은 아주 개인적인 정보니까요. .요건은 어디서 따다가 붙히냐면요. 저 위에 빨간색으로 표시된 부분을 그대로 가져다가, 아래처럼 붙히면 되요. google.com,  pub-0000000000000000 , DIRECT, F08c47fec0942fa0 자 여기까지 됐으면, 이제 이정보...