pavelzaichyk / flutter_unity_ads

Unity Ads plugin for Flutter Applications. This plugin is able to display Unity Banner Ads and Unity Video Ads.
https://pub.dev/packages/unity_ads_plugin
MIT License
31 stars 12 forks source link

UnityAds.isReady always return false #4

Closed nusa10071999 closed 3 years ago

nusa10071999 commented 3 years ago

on banner ad format UnityAds.isReady always return false on all device. but for interstitial ad format UnityAds.isReady return false on spesific device, such as Xiaomi Redmi 4A. whereas at initialization it returns UnityAdState.ready for all ads can anyone help me?

nusa10071999 commented 3 years ago

on ads banner format altrought UnityAds.isReady return false, but i try keep show it, and the banner ad format still shows. Unlike the interstitial ad format, it doesn't show when UnityAds.isReady returns false

pavelzaichyk commented 3 years ago

I checked UnityAds.isReady for banner ads, it works. Try to check it with test mode 'true'.

AzadCoder commented 2 years ago

I have the same problem.