Skip to content

Releases: PlayFab/JavaSDK

JavaSDK version 0.2

09 Sep 00:36

Choose a tag to compare

== SDK Patch Notes, Sept 8, 2015 ==

=== API Changes ===
Some API's returned a UserisNotValid error, this error has been renamed to AccountNotFound
Better integration for matching PlayFab Ids and Facebook Ids, and matching them to the same account.
Server API's now define the client GetTitleNews API

JavaSDK version 0.1

01 Sep 21:32

Choose a tag to compare

== SDK Patch Notes, Sept 1, 2015 ==

=== API Changes ===
New client API call: ListUsersCharacters
ConsumeItemRequest takes an optional CharacterId parameter
PurchaseItemRequest takes an optional CharacterId parameter
UnlockContainerItemRequest takes an optional CharacterId parameter
PurchaseItem can now return a new error type, CharacterNotFound, when a CharacterId is provided
UnlockContainerItem function documentation updated

Client and Server:
GetCharacterInventoryRequest parameter, PlayFabId, is now optional

=== JavaSDK specific ===
Initial release of Java Versioned SDK