You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-5Lines changed: 31 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To connect to the PlayFab service, your machine must be running TLS v1.2 or bett
17
17
18
18
3. Source Code & Key Repository Components:
19
19
----
20
-
This package contains three different versions of the PlayFab SDK.
20
+
This package contains three different versions of the PlayFab SDK.
21
21
* PlayFabClientSDK - This version contains only client libraries and is designed for integration with your game client
22
22
* PlayFabServerSDK - Contains server and admin APIs designed to be called from your custom logic server or build process
23
23
* PlayFabSDK - Contains all APIs in one SDK.
@@ -26,15 +26,41 @@ This package contains three different versions of the PlayFab SDK.
26
26
4. Installation & Configuration Instructions:
27
27
----
28
28
29
-
Coming soon!
29
+
The playfab API source code is located within:
30
30
31
+
{JavaSDK-Location}/PlayFabSDK/src/playfab
32
+
33
+
The playfab API relies on the Google gson library, located within:
34
+
35
+
{JavaSDK-Location}/PlayFabSDK/src/com
36
+
37
+
To create a new project using PlayFab, copy the indicated playfab and com directories into the source directory for your project.
38
+
39
+
40
+
4b. Using the example project:
41
+
----
42
+
43
+
The PlayFabApiTest example project can be run from the console. These instructions assume Windows operating system.
44
+
45
+
* Extract the JavaSDK Sdk to your computer (referenced as {JavaSDK-Location} within this document)
46
+
* Navigate to: {JavaSDK-Location}/PlayFabSDK/src
47
+
* Open {JavaSDK-Location}/PlayFabSDK/src/RunPfTests.bat in a text editor such as Notepad++ or FlashDevelop (Regular notepad may not load unix line endings properly)
48
+
* Update the path for your testTitleData.json file:
0 commit comments