AdamE.Firebase.iOS.AppCheck 12.10.0

AdamE.Firebase.iOS.AppCheck

.NET bindings for Firebase App Check on Apple platforms.

Scope

App Check provider, token, debug-provider, and limited-use token 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

Package

  • Package ID: AdamE.Firebase.iOS.AppCheck
  • Managed namespace: Firebase.AppCheck

Supported target frameworks include:

  • net9.0-ios
  • net10.0-ios
  • net9.0-maccatalyst
  • net10.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.AppCheck" Version="x.y.z" />
</ItemGroup>

Installation

dotnet add package AdamE.Firebase.iOS.AppCheck

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().

If you use a debug or custom provider factory, call Firebase.AppCheck.AppCheck.SetAppCheckProviderFactory(...) before Firebase.Core.App.Configure().

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

No packages depend on AdamE.Firebase.iOS.AppCheck.

Version Downloads Last updated
12.10.0 1 04/26/2026
12.9.0 1 04/25/2026
12.8.0 1 04/26/2026
12.7.0 1 04/26/2026
12.6.0 1 04/25/2026
12.5.0.4 0 02/07/2026