Skip to content

PlayFab/CSharpSDK

Repository files navigation

CSharpSDK README

1. Overview:

SDK for C#/.net environments other than Unity, including Microsoft CLR environments, Mono and Xamarin.

2. Prerequisites:

To connect to the PlayFab service, your machine must be running TLS v1.2 or better.

3. Source Code & Key Repository Components:

This package contains three different versions of the PlayFab SDK.

  • PlayFabClientSDK - This version contains only client libraries and is designed for integration with your game client
  • PlayFabServerSDK - Contains server and admin APIs designed to be called from your custom logic server or build process
  • PlayFabSDK - Contains all APIs in one SDK, as well as a unit-test project

4. Usage Instructions:

  1. Most users will want to use our NuGet SDK
    1. You can search "PlayFab" in Visual Studio 2017, NuGet package manager, and find "PlayFabAllSDK", which is our CSharp SDK.
  2. Advanced users can download the latest SDK source: https://github.com/PlayFab/CSharpSDK/releases
  3. Follow the steps in our Getting Started Guide from there

5. A testTitleData.json file required for example UnitTestRunner project

This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional.

Please read about the testTitleData.json format, and purpose here:

6. Troubleshooting:

For a complete list of available APIs, check out the online documentation.

Contact Us

We love to hear from our developer community! Do you have ideas on how we can make our products and services better?

Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.

Forums, Support and Knowledge Base

7. Copyright and Licensing Information:

Apache License -- Version 2.0, January 2004 http://www.apache.org/licenses/

Full details available within the LICENSE file.