Bcr.Datadog.iOS.CR 2.22.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bcr.Datadog.iOS.CR --version 2.22.0                
NuGet\Install-Package Bcr.Datadog.iOS.CR -Version 2.22.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="Bcr.Datadog.iOS.CR" Version="2.22.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bcr.Datadog.iOS.CR --version 2.22.0                
#r "nuget: Bcr.Datadog.iOS.CR, 2.22.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.
// Install Bcr.Datadog.iOS.CR as a Cake Addin
#addin nuget:?package=Bcr.Datadog.iOS.CR&version=2.22.0

// Install Bcr.Datadog.iOS.CR as a Cake Tool
#tool nuget:?package=Bcr.Datadog.iOS.CR&version=2.22.0                

.NET Bindings for the Datadog Mobile iOS SDK - CrashReporting

These bindings are for the DatadogCrashReporting framework.

These bindings are only for iOS; tvOS is not included.

Prerequisites

Before using the iOS SDK bindings, make sure you have the following prerequisites:

  • iOS 17.0 or higher
  • .NET 8 or higher

Usage

See the Datadog iOS SDK repository for more information about initialization for any given piece of functionality.

All functionality requires you to initialize the SDK before use. The Datadog documentation has more information; the basics are to initialize in FinishedLaunching():

  1. Import the Datadog.iOS.CrashReporting namespace:

    using Datadog.iOS.CrashReporting;
    
  2. Init the DDCrashReporter:

    public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
    {
       // other SDK Initialization code here
    
       DDCrashReporter.Enable();
    }
    
Product Compatible and additional computed target framework versions.
.NET net8.0-ios17.0 is compatible.  net9.0-ios was computed.  net9.0-ios18.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.22.1 2 1/9/2025
2.22.0 1 1/8/2025