poingstudios / godot-admob-ios

Godot's AdMob Plugin for iOS with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
89 stars 14 forks source link

iOS real ads not shown [BUG] #3

Closed AbdulkarimTaha closed 2 years ago

AbdulkarimTaha commented 2 years ago

Hi there i fallowed the tutorial for adding iOS admob on iOS that you made , and my ads unit made long time ago like 2 weeks and my app in the Appstore for a week now and it show a test ads not a real ads , if it not show ads i think it maybe because that there is no ads to show yet but that not the case , its show ads and its test ads . i talked to admob and they say "the ad unit Id's are not our test ad unit Id's. Please note that we can only support integrating the Mobile Ads SDK into apps natively in Android, iOS, Flutter and Unity. I can only suggest you receive support for your issue from the your plugin's issue tracker. I can only guess that some configuration is still holding the test Id's in your app and is overwriting your personal ad unit Id's."

Godot version 3.3.2

and i use the latest admob version i found on the admob assets

Screen Shot 2021-07-14 at 8 05 43 AM

gumaciel commented 2 years ago

Hi! @AbdulkarimTaha , sorry about that, please try to read this tutorial: #2 ,

Have you done this?

https://github.com/Poing-Studios/godot-admob-editor#usage

On Export -> Resources -> Filters to export non-resources..., you need to put this: res://addons/admob/*.json

AbdulkarimTaha commented 2 years ago

hi @gumaciel , i dont know if this is the solution but what i did and its work : i go to file called variable.gd and i changed ads id and changed is real to true in the config : Dictionary and now its showing real ads

gumaciel commented 2 years ago

Hi, did you put res://addons/admob/*.json on Export?

AbdulkarimTaha commented 2 years ago

@gumaciel no , I didn't see that in the tutorial , i miss it . should i put it ? even if ads show ?

gumaciel commented 2 years ago

Yes, you should put it

Sorry for not being on video tutorial, th video was done with an old version, I will redo the video soon

AbdulkarimTaha commented 2 years ago

@gumaciel thanks a lot ..