How to fix unity rewarded ads issues on android
Hello; Unity rewarded ads are working fine but only one thing, A player is not rewarded after watching a full video on android mobile, however, all seem to work perfectly on the unity editor. ... if I...
View ArticleAd Manager
Hello, For some reason I cannot implement the AdMAnager correctly. The line " Advertisement.AddListener(this);" is giving me an error. The error: cannot convert from 'AdManager' to...
View Articleunity rewarded video ad not working after loading a scene
Hello; i am facing a issue with my unity rewarded video ad. in the first scene the video rewarded ad is working fine . and when I enter scene 2 with a trigger. rewarded video ad won't load. as if the...
View ArticleCloud build with Unity Ads fails with Error Error cs0246
Could someone please send me a .gitignore file that will work. Any other ideas would be great. I'm using Unity 2019.2 Ads v 2.0.8 installed with PackageManager Building for iOS from github repo Here's...
View ArticleHow can I show my own game custom rewarded ad in other games?,how can I show...
I want to show my own game ad in other games, and in my own other projects, It's in unity rewarded section I think, but doesn't have a clear clue?,Hello, Actually I wanted to show my other apps/games...
View ArticleWhy I get Unity Ads Missing Reference error?
Hi Guys! I started to implement some ads into my game, and I have encountered with a strange but really annoying problem. The game show an Interstitial Ad when the player buy something. This works...
View ArticleUnity ads are never ready?
Hey, I'm trying to implement ads into my mobile game, and I've followed every tutorial I could find, or every related answer on the forum, but this still doesn't work- Advertisement.IsReady() always...
View ArticleAdmob ads not showing on iOS devices
Hey guys, I recently published my first game for Android and iOS but I've been having issues with getting ads to display on iOS. Before releasing the game the test ads were always working perfectly and...
View ArticleIntersititial ads stops the game
Hi everyone. I want to show intersititial google ads on my game. I wrote the code and I played the game. when I came the section where the ads should show the ads. The game stops. when I looked the...
View ArticleCannot add menu item 'Assets/External Dependency Manager/Version...
i keep getting this warning Cannot add menu item 'Assets/External Dependency Manager/Version Handler/Update' for method ....because it already exists , happened after i implemented admob , first time...
View ArticleiOS game crashes instead of showing an ad after Unity Ads package was updated...
Basically, it says in log output in Xcode: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString' terminating with...
View ArticleXcode build error
unknown type name 'gadnativecustomtemplatead'; did you mean 'gadunativecustomtemplatead'? google mobile ads problem: I am getting an error while building with Xcode. I tried many different things but...
View Articleenable ads services in unity editor vs using Unity Monetization in the asset...
![alt text][1]I have confused about using the ads services in unity editor or Unity Monetization in the asset store, and what is the difference between all of them, please help! [1]:...
View ArticleBanner AdMob is not showing on Android
Hello, I've imported AdMob package for Unity and followed the instructions in this link. Also I've created Google AdMob account and currently activated and registered my Android device as a test...
View ArticleIUnityAdsListener callback multiple times
I am trying to implement Reverdable Ads and Interstitial Ads. With both, I have very strange behaviour which I don't understand. I think I am doing it all correctly, I basically used the...
View ArticleAdmob: Change test ads to real ads
Hello guys, I have this script in my game: BannerView bannerAd; private void Start() { MobileAds.Initialize(InitializationStatus => { }); this.RequestBanner(); } void RequestBanner() { string...
View ArticleAds not working on the production build of android game
Hi I made an android game. I added some ads on it with the test mode off and than I released the game to internal testers and the ads were working than I fixed some issues and released the game for...
View ArticleAds not showing in app but working alright in Unity
I sent the app on my google drive to test that everything is working fine as i am preparing for release. But Ads are not showing up at all. Neither the screen from test mode nor the ad itself. In unity...
View ArticleMy game Id Android doesnt work.
Hello, guys. I have a problem, when i use the test game id("1234567") mentioned in documentation on how to implement rewarded ads, it works perfectly, but when i use my game id for some reason the ad...
View ArticleWhen I run the rewarded ad code, the application stops working. Please Help!
When I run the rewarded ad code, It works successfully in playmode. but when i build the application stops working. My Code: ![alt text][1] ![alt text][2] [1]:...
View Article