Arie290698

Results 4 comments of Arie290698

I'm also having the same problem. I've tried to use the test id from Google, but the ad is still not showing. I've changed the algorithm, it's still not showing.

> @Arie290698 Would you please provide the code that can reproduce the problem? That will be easier to check and discuss. :) It's okay. I've solved the problem.

@shinayser Add this to initState () ``` rewardAd = AdmobReward ( adUnitId: rewardId, listener: (AdmobAdEvent event, Map args) { if (event == AdmobAdEvent.rewarded) { rewardAd.load (); } if (event ==...

If it's still not loading, try using your app's **app_id** and **unit_id**. But don't forget to add **Admob.initialize (testDeviceIds: ['test_device']);** Because when I try to use Google's **app_id** and **unit_id**,...