AdMaui.MetaAdapter.iOS
6.21.0
dotnet add package AdMaui.MetaAdapter.iOS --version 6.21.0
NuGet\Install-Package AdMaui.MetaAdapter.iOS -Version 6.21.0
<PackageReference Include="AdMaui.MetaAdapter.iOS" Version="6.21.0" />
<PackageVersion Include="AdMaui.MetaAdapter.iOS" Version="6.21.0" />
<PackageReference Include="AdMaui.MetaAdapter.iOS" />
paket add AdMaui.MetaAdapter.iOS --version 6.21.0
#r "nuget: AdMaui.MetaAdapter.iOS, 6.21.0"
#:package AdMaui.MetaAdapter.iOS@6.21.0
#addin nuget:?package=AdMaui.MetaAdapter.iOS&version=6.21.0
#tool nuget:?package=AdMaui.MetaAdapter.iOS&version=6.21.0
AdMaui.MetaAdapter
NuGet packages for .NET MAUI that provide the native dependencies required to use the Meta Audience Network adapter used in AdMob bidding on Android and iOS.
Packages
| Package | Platform |
|---|---|
AdMaui.MetaAdapter.Android |
Android |
AdMaui.MetaAdapter.iOS |
iOS |
The NuGet package version reflects the version of the Meta Audience Network adapter (mediation) and FBAudienceNetwork SDK bundled in the package. For example, version 6.21.0 corresponds to adapter 6.21.0 and Audience Network SDK 6.21.0.
Getting started
Follow the official AdMob guides to configure the Meta Audience Network mediation integration:
- Android: https://developers.google.com/admob/android/mediation/meta
- iOS: https://developers.google.com/admob/ios/mediation/meta
Android
No additional code is required. Just follow the setup guide above.
iOS
On iOS, the only binding provided by this package is for Advertiser Tracking Enabled, which is required by the Meta Audience Network (see Meta docs).
You have two options after requesting ATT permission:
Option 1 - Pass the bool status directly SetAdvertiserTrackingEnabled:
MetaAdSettings.SetAdvertiserTrackingEnabled(true);
Option 2 - Use ConfigureAdvertiserTracking:
It reads the current ATTrackingManager.TrackingAuthorizationStatus automatically.
MetaAdSettings.ConfigureAdvertiserTracking();
Behavior During Testing
During tests, the binding is requested normally. However, on test devices, when Meta wins the bidding, it may return NoFill - meaning no ad is served. This is expected behavior from the Meta Audience Network in test environments.
In release builds on real devices, ads have been confirmed to load successfully for both Banner and Interstitial formats.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-ios18.0 is compatible. net10.0-ios was computed. |
-
net9.0-ios18.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.21.0 | 103 | 3/14/2026 |