Flutter Banner Ad is not working on real device - ios

My Flutter app is not showing Banner Ads from AdMob Ads on the real device connected through Android Studio. However it shows ads on my Android apps and also IOS simulators.
Also, the real IOS device and Simulators are showing all other ads like interstitials and videos.
Error:
MobileAdEvent.failedToLoad index 3
Dependency:
firebase_admob: ^0.9.1+1
Thank you

Related

Platform.isIOS not workin on real iOS device

I made a login with Apple on my login screen, and I made an if statement to check if the platform is iOS to show it in iOS devices.
The problem is when I run the app on the iOS simulator the button shows up, but when I run the app on a real device the button does not show up.
if (Platform.isIOS)
_LoginWithAppleIdWidget()

We need to Launch mobile devices calendar from flutter app icon ontap

Is there a way to launch the mobile devices calendar from an icon press in flutter? We incorporated url_launcher plugin and are able to launch the devices phone and text apps.
If you have url_launcher integrated then calshow:// for iOS and content://com.android.calendar/time/ for Android should work.

Admob (Ads) not displaying after app goes live

I am having application in which i had implemented ad mob for ads.
Ads are displaying properly when i was working on it and test it on my simulator and real device.
Here is the image when i was testing app.
I am having latest version of admob implemented 7.27.0
so that after all done when i upload this app on app store and now this app is live but it will not displaying any ads. I have implemented both banner as well as interstitial but no any ads are displaying.
Implement the GADBannerView programmatically.

Testing iOS Message Sticker app on a real device

I'm building a iOS 10 Sticker App, and it works great on the simulators, but I was hoping to also test it out on few devices. When I try to run the app on an iPhone running iOS 10, it only shows me the icon, and not all the stickers associated with the app. Is it not possible to test a Sticker app on a real device due to it being in Beta?
Was unable to attach from xCode to device so I tried doing it through testflight and the stickers show up on device that way.

Show admob Interstitial Ad on Subview

I have used Admob Interstitial ad in my application and it get rejected in AppStore.
Reason was.
"We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 8.2 on both Wi-Fi and cellular networks.
Specifically the interstitial video ads were unable to be closed during review."
I didn't get video ad while testing on my Device.
Is there any way i solve this issue or how i can add this ad in SubView?

Resources