ios - iTunes Connect Test Flight won't play AdMob Test Ads -
i double checked in xcode project , build uploaded itunes connect has admob test ads on. however, same build during test flight's internal testing not playing admob test ads, it's playing live ads.
how make play admob test ads during beta testing?
to test admob ads, need specify test device. otherwise, in simulator shows test ads.
to specify test device :
gadrequest *request = [gadrequest request]; request.testdevices = @[ @"2077ef9a63d2b398840261c8221a0c9a"]; //my iphone's udid [self.bannerview loadrequest:request];
Comments
Post a Comment