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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdMaui.MetaAdapter.iOS" Version="6.21.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdMaui.MetaAdapter.iOS" Version="6.21.0" />
                    
Directory.Packages.props
<PackageReference Include="AdMaui.MetaAdapter.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdMaui.MetaAdapter.iOS --version 6.21.0
                    
#r "nuget: AdMaui.MetaAdapter.iOS, 6.21.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AdMaui.MetaAdapter.iOS@6.21.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdMaui.MetaAdapter.iOS&version=6.21.0
                    
Install as a Cake Addin
#tool nuget:?package=AdMaui.MetaAdapter.iOS&version=6.21.0
                    
Install as a Cake Tool

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

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 Compatible and additional computed target framework versions.
.NET net9.0-ios18.0 is compatible.  net10.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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