Hi, i try to display the video ads using the test mode ( Advertisement.Initialize(“myid”,true); )
On the pc it work i see the blue picture that say “here would be your ad unit”
But on mobile it doesn’t display this picture.
Please don’t bump your thread. I asked you to provide more information and you did. That does not mean you get an instant response. If you need commercial levels of support, we provided that as a product you can purchase.
So, do you get any error messages reported? What does Xcode tell you? What about dab logcat? I’d expect those will give some error message from the Ads plugin which can help resolve this problem. The example script at:
In the first post of this threads i said that i used the code in the docu (https://unityads.unity3d.com/help/D…shers/Integration-Guide-for-Unity-Asset-Store)
and on my computer it works (display the ads) but on my andorid device it doesn’t display the ads.
Don’t know what other info i can give to you sorry
I just remember that with the previus plugin i didn’t had this problem
For those encountering similar problems on Android:
The Unity => Android native bridge for android uses an object named “UnityAds” in the implementation. If you have a GameObject in one of your scenes that is called “UnityAds”, then the communication will fail (On android device).
In the next release we will change the communication bridge to be called something that you will not accidentally use in your scenes.
Hello , I think I have the same issue with belva1234.
On Unity Editor no problem.
On Android device; no rewarded test video ads showing. Should I try with no-test.
I was using "Rewarded Video Placement (rewardedVideoZone) "
now I change it to default one “Video Placement(defaultVideoAndPictureZone).” and make this one default.
After doing some additional research, it turns out this issue of not being able to show ads for the rewardedVideoZone was due to a server-side inconsistency. This bug arose with the recent renaming of the incentivisedVideoZone to rewardedVideoZone, affecting only new game profiles created within the last week or so. We’ve corrected the issue with existing game profiles and will be pushing a fix ASAP for any additional new game profiles.
Try building one of the scenes in that demo project to your device. If it still doesn’t work, send me your developer ID and your game ID in a private conversation.
Hello, I am having issue with unity ads on some android devices (one of tested is Samsung Tab s2) which shows no ads at all. Ads are working perfect on other mostly android phones and for iOS too.
There is no error from logs even. Please ask if you need more info on this.
Hello, i have the same problem, no error messages. Ads just not showed. When I start in Unity, everything is OK but on Android devices ads not showing.