Skip to content

PlayFab/CSharpSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

PlayFab SDK TeamPlayFab SDK Team
PlayFab SDK Team
and
PlayFab SDK Team
Apr 1, 2025
62c2b2b · Apr 1, 2025
Oct 19, 2015
Apr 1, 2025
Apr 1, 2025
Apr 1, 2025
Jan 5, 2017
Jun 10, 2019
Apr 2, 2019
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Nov 10, 2017
Nov 6, 2023
May 4, 2018
Jan 5, 2017
Jul 24, 2020

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.