-
Notifications
You must be signed in to change notification settings - Fork 164
Mobile Ads SDK (iOS) versioning error - Xamarin.Firebase.iOS.Admob plugin #520
Comments
+1 vote for this update as well. |
@blmiles I've just helped out with keeping the bindings up-to-date. I'm not a project maintainer and I don't have any extra knowledge on the release timeline beyond what is public on the repo. I personally use AdMob and have been using a custom nuget built from my PR (#501) while I wait for an offical release. |
@dmariogatto , thanks for the response Daniel. I've pulled code but there seems to be too many external references to build... If possible, could you tag whomever IS responsible for getting an update out. Thanks |
Apart from needing the Xamarin.Firebase.iOS.Admob plugin updated with the latest Google SDK, here's minor work-around in the AdmobViewRenderer as cited in the samples... When navigating TO various pages, we're not seeing any issues or breaks, however, navigating BACK to a previous page or the main page in a Xamarin.Forms app was causing a crash and the App quits. This is because the "Element" in the CreateBannerView() method is null and the AdUnitId cannot be set. I simply set the AdUnitId directly in the CreateBannerView method and this works fine for now. `
` Not tried the Android implementation yet but this makes all GoogleAds work in iOS Xamarin.Forms app. Simple, but I hope that helps someone... Thanks |
Finally somebody complained! |
AbMob 8.13 is now on NuGet. |
The new package is missing the stuff from |
@tipa UMP was removed from the AdMob package and moved to a separate binding. It should've been released, however, looks like the package name is already in use (you might be able to use that package for the time being). |
Hi, thanks @dmariogatto Unfortunately, probably need to roll back... Severity Code Description Project File Line Suppression State Any ideas? Anyone? |
I am in the process of porting my Xamarin.iOS app to .NET for iOS and I am having problems with this again. Edit: Just realised that the most recent version for Even then, the build fails with: I assume that is a bug here. Does anyone has experience on how to build this project locally after fixing this? |
@Redth are the UMP bindings still supported and if so, can we expect working bindings and a new Nuget version at some point or should we expect this binding to be deprecated and not supported by Microsoft? |
@tipa I'm interested to know if you've been able to successfully have UMP working on Xamarin.iOS? |
Hello,
Methinks someone should update this plugin library as it fails in the app (iOS Xamarin) citing wrong version of the Mobile Ads SDK.
This is what I get -
2022-01-21 13:56:38.844 MyCompany[3831:1156576] Google:HTML You are currently using version 7.66.0 of the SDK. Please consider updating your SDK to the most recent SDK version (8.13.0) to get the latest features and bug fixes. The latest SDK can be downloaded from https://goo.gl/UoiJ8F. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.
@dmariogatto, can you comment on this at all?
@mattleibow, can you comment on this at all?
This really stops progress on implementing AdMob into our Xamarin.Forms app. I'm sure we're no the only ones either.
Wondering if the Admob plugin can just be rebuilt with the latest Google SDK or if there are code fixes/mods necessary if targeting the latest SDK....
Any feedback?
The text was updated successfully, but these errors were encountered: