OnUnityAdsShowComplete not working
I took the code from [integration guide][1] for unity and ads are shown,I get the screen.For now I am just implementing rewarded ads and I executed it like this: public void ShowAd() { // Disable the...
View ArticleRewarded ads not going to OnUnityAdsShowComplete
Hello, new to unity, wanted to add a rewarded add video - allready made interstitial w/o much trouble but whatever I try with rewarded ads, it just never goes to OnUnityAdsShowComplete or...
View ArticleThere are wrong mathematical equations in PlayerPrefs. How can I resolve it?
Hello! The gold earned during the game is displayed at the top of the screen. If Game Over happens, the Game Over panel will appear and the total gold earned in the game is displayed on this panel. If...
View ArticleNot sure how to get OnUnityAdsShowClick working. Please help.
What I'm trying to achieve:- Play an Interstitial ad. And then run a function only once the ad has been completed/skipped/closed.. Using Advertisement Package 3.7.3 I'm using the example code form the...
View ArticleGoogle Admob not showing interstitial ads on apk build
Admob is not showing ads on final apk build to test even i put the test ad units id and add a test device . I don t know what to do now . public void Start() { List deviceIds = new List();...
View ArticleUnity ads(interstitial and Rewarded) show only once every game session ,Unity...
Hey guys, I have a problem with Unity ads!! Everything seems to be working while testing ads on my phone but after I published my game on Google play , interstitial ads and rewarded ones stopped...
View Articletest ad showing on android but not showing in editor
Hi When I upload my apk file to my android device the test ads are showing fine. When I run this project in editor mode on my pc no ads are shown. Running this on a remote device no ads are shown too....
View ArticleUNITY rewarded ads is not rewarding after being build.
I'm developing a mobile (android) game in unity and I've decided to add ADS. My rewarded ads is not rewarding after being build on my phone. it works completely fine in my unity engine but after I...
View ArticleAdmob reward script for mac for android
hello i have been working on a game and i want to add ads to it. when i was following a tutorial online i run into an error when typing at the start `private RewardBasedVideoAd rewardBasedVideoAd;` it...
View ArticleUnrecognized Attribute name MODULE when building .AAB with AdMob
Hi. ---------- I built my game as an .aab for upload at Play Store Console, The website warned me that I had to add a Privacy Policy because of a READ_PHONE_STATE permission. I don't intend on making...
View ArticleAndroidJavaException: java.lang.ClassNotFoundException:...
Hi, I added Admob into my game and my test ads works on unity editor perfectly and ı don't get any error. However when ı get build for my android device, Ads doesn't show and I get error for this line...
View ArticleDoes Google/Apple/Someone else take a cut off the ad revenue on my products?
Hi guys. I know Google and Apple take a 15-30% cut off all in-app purchases my app offers or if my app itself costs money to download they get the same cut. How about the ad revenue my apps generate,...
View ArticleForcing a player to watch an advertisement to play the game
Hey guys, I wanted to ask if forcing the player to watch an ad when they first play a game (like right at the title screen) to access the in game content is not against the unity ads ToS. I once played...
View ArticleOnUnityAdsShowComplete handler not getting called in Unity editor
Hello Team, I have followed the Unity Ads guide here https://unityads.unity3d.com/help/unity/integration-guide-unity#basic-ads-implementation using Unity 2020.3.14f1 and Advertisements- 3.7.5 package....
View ArticleApp crash on launch.
Hi, my android application closes directly even before the splash image. Everything works fine in the editor. Before having the error I deleted the admob and firebase plugins since no ads were shown in...
View ArticleAdmob ads are not working.
Hello, I've been stuck for several days and I don't know what else to do. Ads were working fine until I got firebase into the project. I had some errors and deleted all the documents related to...
View ArticleIs it allowed to use Admob on Android TV and Apple TV? On internet there are...
Hello Sir! Am a Unity/.Net/Java/Swift APP Dev, Have a BIG costumer that is asking me to create a TV App Channel TV Apps are no problem to develop. What seems Hairy is to implement the ADS on TV, or...
View ArticleUnity ads working on device, not working in editor
I seem to have the opposite problem as everyone else. I'm trying to use Unity Ads in my mobile game, but I'm having trouble because they don't work in the editor. I keep getting this error:...
View ArticleWhich ad networks pay daily or weekly?,which ad networks pay daily or weekly?
Does anyone know of an ad network that pays daily or weekly?,Does anyone know any ad network that pays daily or weekly?
View ArticleOnUnityAdsDidFinish() repeats when I restart the game
When OnUnityAdsDidFinish () starts, it works, but when I restart the game (load the same scene again), **I don't know why, but (when the ad ends) OnUnityAdsDidFinish (), it starts twice.** If I restart...
View Article