AdamE.Firebase.iOS.ABTesting
12.9.0
dotnet add package AdamE.Firebase.iOS.ABTesting --version 12.9.0
NuGet\Install-Package AdamE.Firebase.iOS.ABTesting -Version 12.9.0
<PackageReference Include="AdamE.Firebase.iOS.ABTesting" Version="12.9.0" />
<PackageVersion Include="AdamE.Firebase.iOS.ABTesting" Version="12.9.0" />
<PackageReference Include="AdamE.Firebase.iOS.ABTesting" />
paket add AdamE.Firebase.iOS.ABTesting --version 12.9.0
#r "nuget: AdamE.Firebase.iOS.ABTesting, 12.9.0"
#:package AdamE.Firebase.iOS.ABTesting@12.9.0
#addin nuget:?package=AdamE.Firebase.iOS.ABTesting&version=12.9.0
#tool nuget:?package=AdamE.Firebase.iOS.ABTesting&version=12.9.0
AdamE.Firebase.iOS.ABTesting
.NET bindings for Firebase A/B Testing on Apple platforms.
Scope
A/B Testing experiment payload and experiment-controller APIs exposed by the Firebase Apple SDK.
These packages are thin bindings over the native Firebase Apple SDK. The native documentation is the source of truth for product behavior, Firebase console setup, quotas, policy requirements, and feature workflows.
Native Documentation
- Firebase Apple setup: https://firebase.google.com/docs/ios/setup
- Firebase A/B Testing documentation: https://firebase.google.com/docs/ab-testing
Package
- Package ID:
AdamE.Firebase.iOS.ABTesting - Managed namespace:
Firebase.ABTesting
Supported target frameworks include:
net9.0-iosnet10.0-iosnet9.0-maccatalystnet10.0-maccatalyst
When multi-targeting, condition package references so they restore only for Apple targets:
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' Or $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
<PackageReference Include="AdamE.Firebase.iOS.ABTesting" Version="x.y.z" />
</ItemGroup>
Installation
dotnet add package AdamE.Firebase.iOS.ABTesting
Binding Notes
Use the official Firebase Apple docs for setup and usage. In .NET, call the equivalent APIs from the managed namespace listed above. Keep app-specific Firebase configuration, such as GoogleService-Info.plist, in the application project.
Most Firebase feature packages require AdamE.Firebase.iOS.Core and app startup should call Firebase.Core.App.Configure() before feature APIs are used. This is the .NET binding for native FirebaseApp.configure().
Most app code uses A/B Testing indirectly through Remote Config, In-App Messaging, or Performance Monitoring. Direct use still requires Firebase to be configured first.
Version Alignment
Firebase Apple SDKs are packaged as native xcframeworks. Applications should pin package versions intentionally and keep all AdamE.Firebase.iOS.* packages on the same major/minor Firebase line.
Avoid mixing unrelated Firebase binding package sets or mismatched Firebase native SDK lines in one application. That can cause duplicate symbols, linker failures, runtime loading failures, or undefined native SDK behavior.
Repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 is compatible. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 is compatible. |
-
net10.0-ios26.0
- AdamE.Firebase.iOS.Core (>= 12.9.0)
-
net10.0-maccatalyst26.0
- AdamE.Firebase.iOS.Core (>= 12.9.0)
-
net9.0-ios18.0
- AdamE.Firebase.iOS.Core (>= 12.9.0)
-
net9.0-maccatalyst18.0
- AdamE.Firebase.iOS.Core (>= 12.9.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AdamE.Firebase.iOS.ABTesting:
| Package | Downloads |
|---|---|
|
AdamE.Firebase.iOS.RemoteConfig
C# bindings for Firebase APIs Remote Config iOS Library |
|
|
AdamE.Firebase.iOS.PerformanceMonitoring
C# bindings for Firebase APIs Performance Monitoring iOS Library |
|
|
AdamE.Firebase.iOS.InAppMessaging
C# bindings for Firebase APIs In-App Messaging iOS Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.9.0 | 0 | 4/21/2026 |
| 12.8.0 | 17 | 4/20/2026 |
| 12.7.0 | 45 | 4/19/2026 |
| 12.6.0 | 44 | 4/18/2026 |
| 12.5.0.4 | 15,497 | 12/24/2025 |
| 12.5.0.3 | 218 | 12/24/2025 |
| 12.5.0.2 | 217 | 12/24/2025 |
| 12.5.0.1 | 916 | 12/14/2025 |
| 12.5.0 | 704 | 12/11/2025 |
| 12.4.0 | 3,891 | 10/30/2025 |
| 12.3.0 | 1,097 | 9/21/2025 |
| 12.2.0 | 279 | 9/20/2025 |
| 12.1.0 | 289 | 9/19/2025 |
| 12.0.0 | 222 | 9/12/2025 |
| 11.15.0 | 949 | 9/12/2025 |
| 11.14.0 | 766 | 9/7/2025 |
| 11.13.0 | 234 | 9/7/2025 |
| 11.12.0 | 202 | 9/6/2025 |
| 11.11.0 | 206 | 9/6/2025 |
| 11.10.0.2 | 454 | 8/31/2025 |