After a lot of time, admob banners never started showing. Only test banners work

I'm add google admob on my ios app. I'm using Native Advanced banners. So test banners works perfect working native banner with test id this test banner have id ca-app-pub-3940256099942544/3986624511

But when i change banner id for my created - it become empty empty not working banner with my id

What i have done:

  1. Register my admob account & connect it with my firebase project.
  2. Approve my payment data on admob & get mail thats everything ok.
  3. Add Admob id on my plist project file.

It's looks like this

<key>GADApplicationIdentifier</key>
    <string>ca-app-pub-***********~**********</string>

A week has passed, but unfortunately my banners remain empty. My app hasn't been published yet. I cannot send it for review team with empty banners. It will not be allowed with this issue.

What I haven’t done yet is

  1. I haven’t set up mediation.

Maybe this is the case? I could not find information on whether this is really necessary or not. I also note that for the duration of the tests, I registered the application in another admob account and before launching, I decided to transfer everything to a new account and indicated the bundle id the same as indicated during registration on the first test account. Maybe that's the case? Please help to solve the problem. I read that after setting up the banners should start showing after a few hours, unfortunately much more time has passed..

Upvotes: 2

Views: 610

Answers (1)

app4g
app4g

Reputation: 850

It was similar issue as mine. But as most SO answers will tell you. Likely it’s not you. It’s google.

I registered my account about 1+ month ago. Integrated it into the project and nothing worked except test ads. 2 weeks later. Fed up I deleted and regenerated a new app id but still didn’t work.

So, I finished the project. Uploaded to the App Store. Still didn’t work. (After it was in the App Store, I tried linking the app to AdMob but couldn’t. Can’t find my app in AdMob)

So waited. About 10days after publishing in App Store, it finally appeared in AdMob and I could link my app (In AdMob console) to App Store link.

After that, ads started to work.

YMMV but that’s my story. Google just hadn’t indexed my app.

Upvotes: 3

Related Questions