I've been looking through the interwebs and haven't found anything. Any insights here? I want to add AdMob Mediation to my Flutter app.It is weird to be that Firebase/AdMob doesn't have Flutter specific information to get AdMob Mediation to work since it is also a Google property.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
1- No eCPM against Impressions (InMobi Mediation into AdMob)
2- InMobi network status for optimization is pending(as shown in screenshots). It has been more than 7 days since the integration.
Below are the links to some screenshots that will help you understand my problem better.
https://www.dropbox.com/s/9ohod0grcdjgqpd/Screenshot%202019-03-29%2000.35.27.png?dl=0
https://www.dropbox.com/s/bhwy1sp5nzrlzph/Screenshot%202019-03-29%2000.35.37.png?dl=0
https://www.dropbox.com/s/kyi3hkv8yai37h3/Screenshot%202019-03-29%2000.35.39.png?dl=0
14 warnings generated.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GADMediatedNativeAdNotificationSource", referenced from:
objc-class-ref in FacebookAdapter(GADFBNativeAd.o)
"_OBJC_CLASS_$_GADNativeAppInstallAdView", referenced from:
objc-class-ref in FacebookAdapter(GADFBNativeAd.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'nanopb' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 8 Plus.
I tried to set the deployment target of "nanopb" to 8.0 but the warning about "Undefined symbols for architecture x84_64" persists regardless of what I tried.
(the plain firebase_admob integration without mediation for the iOS app has been working fine previously).