简体   繁体   中英

How to disable the test ads in admob to get live ads in IOS application

We are using admob for to post our own ads in IOS app.

We created an admob account and created a campaign ad. And implemented in IOS app. Still i get test ad only in testflight also.

I searched for this and get the below link

How do I turn off admob testing

As per this directions i was not able to find path

Sites And Apps ->Manage Setting->App Setting->Test Mode->Disable test mode for all requests

Please suggest me.
Thank you.

Remove the testDevices . For example:

let request = GADRequest()
// request.testDevices = ["2077ef9a63d2b398840261c8221a0c9b"]

From Targeting - Test ads :

Be sure to remove the code that sets these test device IDs before you release your app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM