Hi everyone, my unityads working on unity editor and also my rewarded ads working on android build too, but my banner ads not working on build. I have an log cat error mybe helps to figure out
Hello @DOGUKANN3
Based on the log entry, I can see that you are attempting to load the banner ad before the Unity Ads SDK has initialized.
The Unity Ads SDK has a method: OnInitializationComplete. You can use it to set conditions and to determine if you can load your ads.
1 Like
Thank you so much! that worked! and sorry for my late response. I was busy with my project. I have another thing that stuck in my mind. When i initialize my ads in first scene in my scene hierarchy (Which is loading scene) do i need to ‘Don’t destroy on load’ my ads initializer for my ads to show up ? becasue when i initialize my ads inside a beggining scene i just saw default unity banner in my Level_1 scene which is not showing actual ads.