UnityAds in iOS using wrong game id, and not working
NickName:GabrSimu Ask DateTime:2020-08-14T01:31:02

UnityAds in iOS using wrong game id, and not working

I am using UnityAds in my mobile game, to show a banner and a rewarded video. In the editor and in Andorid works fine.

However for iOS it doesn't work, i took the logs and i noticed that for iOS is using my android gameid, this i have no idea where it comes from, i searched every file in my project, i never reference the android gameid, just the iOS one. So it is clearing taking the id not from my initialization but from some sort of cache, anybody has an idea where is taking the gameid from? thanks

Btw I am using Advertisement package from package manager.

Copyright Notice:Content Author:「GabrSimu」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/63400388/unityads-in-ios-using-wrong-game-id-and-not-working

More about “UnityAds in iOS using wrong game id, and not working” related questions

UnityAds in iOS using wrong game id, and not working

I am using UnityAds in my mobile game, to show a banner and a rewarded video. In the editor and in Andorid works fine. However for iOS it doesn't work, i took the logs and i noticed that for iOS is

Show Detail

UnityAds 3.4.4 IOS duplicate

I'm using Unity 2019.3.2f1 and, after updating UnityAds to 3.4.4, there are some errors. duplicate symbol '_NetworkChange' in: /Users/Desktop/UnityAdsTest/ios/Libraries/libiPhone-lib.a(

Show Detail

UnityAds generated iOS project error

I'm using UnityAds for an iOS/Android game and when generating the Xcode project for iOS I get the following compiler errors related to UnityAdsWrapper.mm, a file generated by Unity /ProjectDir/Bu...

Show Detail

adding UnityAds to my Swift game project

i am trying to ad Video reward ads using UnityAds to my swift game project , so i copied the sdk and the bundle to my project and then went to my gameviewcontroller file and added import UnityAds ...

Show Detail

UnityAds isReady() always returns false

I am facing an issue while integrating the Unity ads. My requirement is that after few free game plays user should go through an ad on next game launch and then he can play the game. But when i che...

Show Detail

iAds show when using UnityAds

I implemented Unity Ads in my game, I would like to display video ads on game over screen. I use this code to do it: if(Advertisement.isReady()) { Advertisement.Show(); } The problem is that wh...

Show Detail

UnityAds works only in editor

I am making a mobile game with unity and I plan to use UnityAds for monetization. I imported the "Unity Monetization 3.1.0" package from the asset store. When I run it in unity it looks like everyt...

Show Detail

Cannot call show method in UnityAds Using SwiftUi

I am trying to show unity ads in my ios project. I am using SwiftUI (Not AppDelegate, not Storyboard). There are not much examples on the web, and the little of them there are old and does not supp...

Show Detail

Implement UnityAds Mediation with Admob in Android

I follow this link to integrate UnityAds into Admob via Mediation. But it was not working, whenever I start the video ads, nothing shows at all. If I do not using mediation, and implement UnityAds...

Show Detail

How to Limit UnityAds and Know if a user has clicked and Installed an app through an Ad?

I am developing an game in Unity Engine and I'm almost done implementing UnityAds in my game. But now i wanted to know that how to limit UnityAds Per User and Per Day. And How to know if a user has

Show Detail