-
Notifications
You must be signed in to change notification settings - Fork 132
[Admob] IOS : Error while loading a rewarded video ad #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Hi @doandoindi I think Firebase C++ 6.7.0 is pointing to Pod version 6.10.0. And 6.12.0 is for the C++ SDK 6.8.0, which we just release! Could you change the Pod version to 6.10.0 and try again? Ex. Pod : 'Firebase/Analytics', '6.10.0' ; 'Firebase/AdMob', '6.10.0' Shawn |
Hi @chkuang-g It's working with the Pod version 6.10.0 as your suggestion. I'm thinking if some people will be seen the same problem while trying to have Firebase C++ SDK on their application. Do we have somewhere to show which Pod version should be used with which Firebase C++ version? It's a very helpful IMO. Thank you Shawn, |
You should be able to find this information in readme.md under your Firebase C++ SDK folder. See "Frameworks" section. Ex. For our 6.8.0 relaese, you should see
|
Hello team,
I'm trying to using the Admob tutorial. Unfortunately I always get the error while loading the rewarded video ads.
The log I got like:
I'm using:
You can find for the full console log in here : IOS_Error_RewardedVideo_log.txt
Could you help me to take a look and show me how to overcome this error?
The text was updated successfully, but these errors were encountered: