Which Ad-mediation is the best to use for Games developed using Unity
I am an Indie Game developer.Initially had google-admob which was serving google ads. But unfortunately for even no mistake of mine ,intentionally atleast, my google adsense account was closed.I was...
View ArticlePls help. Can I setup payout profile after publishing my game on google play?
My first game is approved by review and is ready to publish. Everything is set up. The only thing remains is to add a payment profile and a method of receiving money from unity ads My game contain only...
View ArticleProblem with 'AdsManager.UnityAdsShowVideo()' is deprecated
It does not show me ads in the application and I get this error in the code. What could be the problem? ![alt text][1] [1]: /storage/temp/195310-erro-unity-ads.png
View ArticleIAP persistence between game sessions
I am new to using IAP so I followed the following video to implement a non-consumable remove ads IAP button https://www.youtube.com/watch?v=tPh6RJ3pS74 My question is how can I actually disable unity...
View ArticleZip Path Traversal Vulnerability
Our Team has developed a game when we try to upload the game to play store, its showing the error "Your app contains an unsafe unzipping pattern that may lead to path traversal vulnerability." Our...
View ArticleGame crashes after unity ad finished?
I followed unity ads implementation guide. They work as intended in editor. They used to work on phone as well but last few week after ad is finished game crashes. Test ads are on. Everything in logcat...
View ArticleUnity ADS is trying to pull android gameID for iOS build.
Error loading Ad Unit Rewarded_iOS: INVALID_ARGUMENT - Placement Rewarded_iOS does not exist for gameId: ******* The problem is it is showing the gameID for android bills despite being a iOS build. If...
View ArticleHow many times do I need to check for internet?
Does require persistent WiFi do anything other than allow your app to use networking features? I currently have code like checks for internet: public void CheckInternetConnection() {...
View Articlethere is a problem if i try to activate the ads service
I am new to unity ads, i followed up this youtube video: https://www.youtube.com/watch?v=TvF0XqGdja4 Over the Window -> General -> Services i have installed the Unity Ads Package in Version 4.1.0...
View ArticleRewarded ads won't show for ios
I made a mobile game for android, first with interstitial ads and later on with rewarded ads. This all worked fine but when I switched the target platform to IOS, it gave an error. The interstitial ads...
View Article(Ads) initializationListener is null, you will not receive any callbacks
The title explains it all, any idea why this could be happening & how I can fix it? Full error:> initializationListener is null, you> will not receive any callbacks>...
View ArticleUnity Ads Initialization does not Show anything?
using UnityEngine; using UnityEngine.Advertisements; public class AdsInitializer : MonoBehaviour, IUnityAdsInitializationListener { [SerializeField] string _androidGameId; [SerializeField] string...
View ArticleAdmob Unity Ad Placement Questions
I am using Admob Unit Ad Placements (link) https://developers.google.com/admob/unity/ad-placements My question: Ad placement is loading ADs but when we restart scene, its keep loading again. I want to...
View ArticleAdvertisement.Initialize(storeID, testMode); Is laggy
When I remove this, it runs smooth but when its kept in it lags at the star
View ArticleAdvertisements v4.0.0 Error: 'Advertisement' does not contain a definition...
Hello, I updated Advertisements to v4.0.0 through the Package Manager this morning, and I started receiving these two errors: *'Advertisement' does not contain a definition for 'IsReady'*...
View ArticlePermission to show ads
Hello! I made my app and everything is working perfectly with unity mediation ads. However, when the game is built on a new device, a pop-up window asks for permission to show unity ads. How to stop...
View ArticleError building Android Project : Gradle Daemon
Hi, I'm creating a little game on Android and all was alright since today. I tried to add ads and IAP on my project and now when I try to build my project it gives me this errors : (I tried to upload...
View ArticleGetting Error in Empty Project after importing GoogleMobileAds-v7.1.0
Hi Everyone, I have created a new project in Unity 2018.3.0f2 (64-bit) personal and converted that project to android and then imported GoogleMobileAds-v7.1.0 but after importing I received these...
View ArticleIUnityAdsListener could not be found
I have a game that has been on the google play store for about 1 year. Google Console sent me an e-mail 2 days ago . I needed to update Unity ADS SDK. Otherwise, my game could be removed from the...
View ArticleUpdate SDK and IUnityAdsListener Fix ?
I have a game that has been on the google play store for about 1 year. Google Console sent me an e-mail 2 days ago . I needed to update Unity ADS SDK. Otherwise, my game could be removed from the...
View Article