My app doesn't receive test ads with error:
LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: [], loadedAdapterResponseInfo: null))
If I change my bundle id from "com.test.vpn" to "com.test.vpn1" I start getting test ads and can see it. I'm guessing something inside the Admob control panel is misconfigured, but I have no idea what it is.
Maybe someone faced the same problem and decided it ?
Related
I have an error with Google login. I am not using Firebase auth, but I manage users on my own database. The error is as follows:
PlatformException(sign_in_failed, r2.b: 12500: , null, null);
The strange thing is that my app works in production, but not in the new version. However, I have not changed any configuration or method that could affect the login.
I have followed several threads on this error but have not been able to resolve it. The link below summarizes everything I have done so far.
https://dev.to/gattalraouf/12500-an-android-developer-s-nightmare-1i3b
I'm using Expo webview for my react project.
But i got an Error when i turn off my phone an hour and my app was still on foreground.
Error message was like
Error loading page
Domain : undefined
Error Code : -2
Description: net::ERR_NAME_NOT_RESOLVED
I guess this error occurs because when user's access token expires, i reload the page to reconnect websocket.
Please help this stupid junior developer 😢
enter image description here
Error Message:
Ad failed to load: LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: []))
I am getting this error while using banner test ads. I am using emulator and tested it on real device but no luck.
Please help!
Did you add this line
void main() {
runApp(MyApp());
MobileAds.instance.initialize(); // here
}
Actually, there was a problem with my AdMob account. An Ad limit was placed on my account and new accounts take some time before they can be used for ad services.
I am facing a weired situation where i have implemented a googleadmob in react native app.
<AdMobBanner
bannerSize="fullBanner"
adUnitID="ca-app-pub-3940256099942544/6300978111"
testDeviceID="EMULATOR"
didFailToReceiveAdWithError={this.bannerError} />
where ca-app-pub-3940256099942544/6300978111 is the test id provided by googleadmob
but when i created new Adunit ID and replaced test id with the newly created ad unit id i am unable to any ads Why ??
Note : i am working on dev environment i guess it won't affect but still ..
Try to remove testDeviceID="EMULATOR" when you run on real device.
Sometimes AdMob may take some times to active the ad unit, please ref to: How long does it take for an AdMob Ad unit ID to become active?
One more point, did you input your payment info on AdMob website, AdMob needs your info to serve your ads.
I Have register a demo app on Adcolony and get appId and zoneId and Implement AdColony in my iOS(7.1 xcode 5.1). [AdColony configureWithAppID:myAppID
zoneIDs:#[myZoneID]
delegate:self
logging:YES];
[
[AdColony playVideoAdForZone:#[myZoneID withDelegate:nil];
Here are the logs:
AdColony zone ID you provided (myZoneID) is not valid. No ad will display.
Please Give me better Solution as soon as.
It looks like you are providing an incorrect ID in your code. Double check both App and Zone IDs and verify that they are correct in your code.