Bcr.Datadog.iOS.CR
2.22.1
dotnet add package Bcr.Datadog.iOS.CR --version 2.22.1
NuGet\Install-Package Bcr.Datadog.iOS.CR -Version 2.22.1
<PackageReference Include="Bcr.Datadog.iOS.CR" Version="2.22.1" />
paket add Bcr.Datadog.iOS.CR --version 2.22.1
#r "nuget: Bcr.Datadog.iOS.CR, 2.22.1"
// Install Bcr.Datadog.iOS.CR as a Cake Addin #addin nuget:?package=Bcr.Datadog.iOS.CR&version=2.22.1 // Install Bcr.Datadog.iOS.CR as a Cake Tool #tool nuget:?package=Bcr.Datadog.iOS.CR&version=2.22.1
.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()
:
Import the
Datadog.iOS.CrashReporting
namespace:using Datadog.iOS.CrashReporting;
Init the DDCrashReporter:
public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { // other SDK Initialization code here DDCrashReporter.Enable(); }
Product | Versions 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. |
-
net8.0-ios17.0
- Bcr.Datadog.iOS.Int (>= 2.22.0)
-
net9.0-ios18.0
- Bcr.Datadog.iOS.Int (>= 2.22.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.