Flutter: unable to load admob ads in flutter app - flutter

I have initialized admob using the admob plugin in my flutter app. Tested using testAdUnitId and everything works perfectly fine. Then I changed my testAdUnitId with the real one geneated from admob. Now when it comes to testing on real devices i tested it on android 5 and android 10. Thus the rewardedApp loads in mobile with Android version 5 but do not load in device with android 10. I have asked for internet persmission in AndroidMenifest.xml and my app also contains firebase authentication which works perfectly fine. Please help me if you can ! I am unable to find solution to this problem.

Related

Flutter app why does my link work with chrome but not on ios and android

Check this to see the code
The main code is in /lib/textbox.dart
I am wondering why this app works on chrome but not on phones.

Admob Ads not running in release mode (flutter)

My flutter application works fine on debug mode with google admob sdk, but in release mode ads are not shoing.
there is no default pro-guard file.
please give me some solution regarding this as soon as possible.

flutter tts is not working in real device

i am using flutter tts in my app to translate text to speech and it was working well in emulator but when i run my app in real device . It's not working .Please someone tell me what the hell is happening . why it is working well in emulator but not in real device . Also there is no exception occuring while running app in real device but still not playing.
please try to run your flutter app on different android devices and test. some devices not supported text to speech and some gets supported. i have gone through it, so i tested it in different android devices.

Rive can't load asset on android

I was testing using rive animation in Chrome and it works perfectly, but as the appliacation is for mobile, I connected to android and... failed.
I get an error:
Since web works and mobile version does not I expect it to be a kind of a bug? Is there someone who solved it?

Webview is not rendering CSS properly in Android KitKat - Ionic 4

I have created a working application using Ionic 4 which works fine in those mobile which contain Android Lollipop but when I run the same application in Android KitKat, the CSS is not rendering properly in webview. I have gone through every solution out there but those examples are useful if you are creating application in android native. I am new to Ionic. Need help regarding this issue.