Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#170925
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Sep 26, 2017
1 parent c111dbd commit 1e281b3
Show file tree
Hide file tree
Showing 39 changed files with 24,449 additions and 24,026 deletions.
5,788 changes: 2,894 additions & 2,894 deletions AndroidStudioExample/app/src/main/java/com/playfab/PlayFabClientAPI.java

Large diffs are not rendered by default.

2,029 changes: 1,054 additions & 975 deletions AndroidStudioExample/app/src/main/java/com/playfab/PlayFabClientModels.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,13 @@ public static enum PlayFabErrorCode {
EntityTokenMissing(1334),
EntityTokenInvalid(1335),
EntityTokenExpired(1336),
EntityTokenRevoked(1337);
EntityTokenRevoked(1337),
InvalidProductForSubscription(1338),
XboxInaccessible(1339),
SubscriptionAlreadyTaken(1340),
SmtpAddonNotEnabled(1341),
APIConcurrentRequestLimitExceeded(1342),
XboxRejectedXSTSExchangeRequest(1343);

public int id;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.55.170828";
public static String BuildIdentifier = "jbuild_javasdk_2";
public static String SdkVersionString = "JavaSDK-0.55.170828";
public static String SdkVersion = "0.56.170925";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String SdkVersionString = "JavaSDK-0.56.170925";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
public static ErrorCallback GlobalErrorHandler;
Expand Down
2 changes: 1 addition & 1 deletion PlayFabClientSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<inceptionYear>2016</inceptionYear>
<groupId>com.playfab</groupId>
<artifactId>client-sdk</artifactId>
<version>0.55.170828</version>
<version>0.56.170925</version>
<name>PlayFab Client API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>http://api.playfab.com/</url>
Expand Down
5,788 changes: 2,894 additions & 2,894 deletions PlayFabClientSDK/src/main/java/com/playfab/PlayFabClientAPI.java

Large diffs are not rendered by default.

Loading

0 comments on commit 1e281b3

Please sign in to comment.