Bcr.Datadog.iOS.Web
2.22.1
dotnet add package Bcr.Datadog.iOS.Web --version 2.22.1
NuGet\Install-Package Bcr.Datadog.iOS.Web -Version 2.22.1
<PackageReference Include="Bcr.Datadog.iOS.Web" Version="2.22.1" />
paket add Bcr.Datadog.iOS.Web --version 2.22.1
#r "nuget: Bcr.Datadog.iOS.Web, 2.22.1"
// Install Bcr.Datadog.iOS.Web as a Cake Addin #addin nuget:?package=Bcr.Datadog.iOS.Web&version=2.22.1 // Install Bcr.Datadog.iOS.Web as a Cake Tool #tool nuget:?package=Bcr.Datadog.iOS.Web&version=2.22.1
.NET Bindings for the Datadog Mobile iOS SDK - WebViewTracking
These bindings are for the WebViewTracking 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.WebViewTracking
namespace:using Datadog.iOS.WebViewTracking;
Init the DDWebViewTracking:
public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { // other SDK Initialization code here DDWebViewTracking.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.