Skip to content

Commit 2540a0b

Browse files
author
Playfab Jenkins Bot
committed
https://api.playfab.com/releaseNotes/#170102
1 parent 8ea8f3d commit 2540a0b

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
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

0 commit comments

Comments
 (0)