Today I signed up for the Google Admob program. To integrate admob test ads, I need an iD test device.
GADRequest *request =[GADRequest request]; request.testDevice = @"[GAD_SIMULATOR_ID, @"MY_TEST_DEVICE_ID"]; [self.bannerView loadRequest:request];
Where can I get the identifier of the test device? I am browsing my account using Google Admob and I cannot find any test iD device.
source share