Skip to content

Commit 1806c15

Browse files
author
Playfab Jenkins Bot
committed
https://api.playfab.com/releaseNotes/#170102
2 parents a9b1d8c + 2540a0b commit 1806c15

File tree

6 files changed

+5
-16
lines changed

6 files changed

+5
-16
lines changed

PlayFabApiTest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var PlayFabApiTests = {
1616
titleData: {
1717
titleId: null, // put titleId here
1818
developerSecretKey: null, // put secretKey here
19-
titleCanUpdateSettings: "true",
2019
userEmail: "put valid email associated with an existing account here",
2120
characterName: "put any character name here"
2221
},
@@ -79,7 +78,6 @@ var PlayFabApiTests = {
7978
// All of these must exist for the titleData load to be successful
8079
var titleDataValid = inputTitleData.hasOwnProperty("titleId") && inputTitleData.titleId != null
8180
&& inputTitleData.hasOwnProperty("developerSecretKey") && inputTitleData.developerSecretKey != null
82-
&& inputTitleData.hasOwnProperty("titleCanUpdateSettings")
8381
&& inputTitleData.hasOwnProperty("userEmail")
8482
&& inputTitleData.hasOwnProperty("characterName");
8583

PlayFabSDK/PlayFabAdminApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(!PlayFab.settings) {
1818
if(!PlayFab._internalSettings) {
1919
PlayFab._internalSettings = {
2020
sessionTicket: null,
21-
sdkVersion: "0.34.161121",
21+
sdkVersion: "0.35.170102",
2222
buildIdentifier: "jbuild_javascriptsdk_1",
2323
productionServerUrl: ".playfabapi.com",
2424

PlayFabSDK/PlayFabClientApi.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(!PlayFab.settings) {
1818
if(!PlayFab._internalSettings) {
1919
PlayFab._internalSettings = {
2020
sessionTicket: null,
21-
sdkVersion: "0.34.161121",
21+
sdkVersion: "0.35.170102",
2222
buildIdentifier: "jbuild_javascriptsdk_1",
2323
productionServerUrl: ".playfabapi.com",
2424

@@ -345,15 +345,6 @@ PlayFab.ClientApi = {
345345
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayFabIDsFromTwitchIDs", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
346346
},
347347

348-
/**
349-
* @deprecated Please use GetPlayerCombinedInfo instead.
350-
*/
351-
GetUserCombinedInfo: function (request, callback) {
352-
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
353-
354-
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetUserCombinedInfo", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
355-
},
356-
357348
LinkAndroidDeviceID: function (request, callback) {
358349
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
359350

PlayFabSDK/PlayFabMatchmakerApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(!PlayFab.settings) {
1818
if(!PlayFab._internalSettings) {
1919
PlayFab._internalSettings = {
2020
sessionTicket: null,
21-
sdkVersion: "0.34.161121",
21+
sdkVersion: "0.35.170102",
2222
buildIdentifier: "jbuild_javascriptsdk_1",
2323
productionServerUrl: ".playfabapi.com",
2424

PlayFabSDK/PlayFabServerApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(!PlayFab.settings) {
1818
if(!PlayFab._internalSettings) {
1919
PlayFab._internalSettings = {
2020
sessionTicket: null,
21-
sdkVersion: "0.34.161121",
21+
sdkVersion: "0.35.170102",
2222
buildIdentifier: "jbuild_javascriptsdk_1",
2323
productionServerUrl: ".playfabapi.com",
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Do you have ideas on how we can make our products and services better?
4545

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

48-
[Forums, Support and Knowledge Base](https://community.playfab.com/hc/en-us)
48+
[Forums, Support and Knowledge Base](https://community.playfab.com/index.html)
4949

5050
6. Example Usage (Template):
5151
----

0 commit comments

Comments
 (0)