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:
Confirm that you meet the minimum requirements. (Prerequisites)
Prepare your environment for Ditto. (Setting Up Your Environment)
Set up your app permissions. (Configuring Permissions)
Add Ditto to your app. (Integrating Ditto)
Following are the minimum requirements that must be met before attempting to install Ditto.
Using either the NuGet package manager, .NET CLI, or adding a reference to your .csproj XML file:
For the official .NET standard for Ditto, see the official NuGet reference at Packages > 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.