SDK Setup Guides
C#

Installing C# SDK

You can integrate the Ditto SDK into C# projects to develop for a wide range of platforms.

For a complete overview of the platforms, transports, and devices the C# SDK supports, see Compatibility with C#.

To install the C# SDK:

1

Confirm that you meet the minimum requirements. (Prerequisites)

2

Prepare your environment for Ditto. (Setting Up Your Environment)

3

Set up your app permissions. (Configuring Permissions)

4

Add Ditto to your app. (Integrating Ditto)

Prerequisites

Following are the minimum requirements that must be met before attempting to install Ditto.

Installing Dependencies

Using either the NuGet package manager, .NET CLI, or adding a reference to your .csproj XML file:

NuGet Package Manager
.NET CLI
CSProj XML
Install-Package Ditto -Version 4.3.0

For the official .NET standard for Ditto, see the official NuGet reference at Packages > Ditto.

Integrating Ditto

Integrate Ditto with your app:

For instructions on how to obtain your access credentials, see Onboarding. For an introduction to authentication in Ditto, see Ditto Basics > Authentication and Initialization.

C#

C#