Unity Ads 4.0 not showing ads

So when testing the ads in the unity editor it works fine but when I play the live game it doesn’t show anything like it just doesn’t load the ad. I have tried a few different ways since updating the package to 4.0 because before then it worked completely fine.

this is what I currently have implemented
7723948--969550--upload_2021-12-9_18-54-0.png
I don’t know what to use since they took away Advertisement.isReady()

any help is appreciated.

I would also like to note that I have looked at the documentation and it really doesn’t make sense to me and I haven’t found much help on the internet in general.

Hi @ICE18 ,

Thanks for reaching out! I’m sorry for the confusion.

Have you seen our newest example code? Since you already have Unity Ads installed, I recommend starting from the doc on initialization and continuing from there.
https://docs.unity.com/ads/InitializingTheUnitySDK.htm

Essentially, we’ve taken more of an event-based approach. Instead of Loading immediately after Initiliazing and Showing immediately after Loading, you should instead wait for the appropriate event callback to determine that those actions have been completed first.

I hope this makes sense. Please let us know if you have more questions.

Have a great day!