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
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,10 @@ This SDK can alternatively be obtained via our CDN. Additional details can be fo
28
28
4. testTitleData.json file required for example test files.
29
29
----
30
30
31
-
This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional. The testTitleData.json file provides your secret title information to the unit-test project, so it can execute tests in your own PlayFab title.
32
-
33
-
The format is as follows:
34
-
35
-
{
36
-
"titleId": "your Game Title ID, found in the settings/credentials section of your dashboard on the website",
37
-
"developerSecretKey": "your PlayFab API Secret Key, found in the settings/credentials section of your dashboard on the website - NEVER SHARE THIS KEY WITH PLAYERS",
38
-
"titleCanUpdateSettings": "false", // "true" or "false", based on your Allow Client to Post Player Statistics option, found in the settings/general section of your dashboard on the website
39
-
"userName": "testUser", // Arbitrary username, you can change this to any valid username
40
-
"userEmail": "your@email.com", // This email address will be bound to the username above
41
-
"userPassword": "testPassword", // This must be the correct password for the testUser above (if that user does not exist yet, this will be the new password)
42
-
"characterName": "testCharacter" // Arbitrary characterName, you can change this to any valid characterName
43
-
}
31
+
This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional.
44
32
33
+
Please read about the testTitleData.json format, and purpose here:
0 commit comments