Prerequisites
Before you start this tutorial, ensure that the following prerequisites are met:- Create a PlayFab developer account.
- Create a PlayFab Title and enable the PlayFab Party feature for the title in Game Manager.
- You have access to the PlayFab Party platforms repository.
Including the required libraries and header files
Include Party headers After downloading the release package for linux, you’ll need to link the libparty.so file from the PlayFab Party distribution repository. Libparty for Linux compiles libssl and libcurl directly into the library to help cope with the OpenSSL and Curl version disparity between distributions.The SSL libs are built from Open SSL version 1.1.1b. Use an OpenSSL version that is 1.1.1b or higher.
