Itunes Review, Admob always show test ads

Itunes review game, just saw the ad appear test, How to display the real admob on the emulator device?
Thanks a lot

sdkbox_config.json

can you try to change following item to true.

{
  "ios": {
    "AdMob":{
       "test":false,
        .......
     }
  }
  .....
}
1 Like