Skip to content

Commit a3b82b1

Browse files
https://api.playfab.com/releaseNotes/#170424
1 parent 75f3497 commit a3b82b1

21 files changed

+113
-111
lines changed

AndroidStudioExample/app/src/main/java/com/playfab/PlayFabClientModels.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,11 +2740,11 @@ public static class LoginWithAndroidDeviceIDRequest {
27402740
*/
27412741
public String TitleId;
27422742
/**
2743-
* Base64 encoded body that is encrypted with the Title's public RSA key
2743+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
27442744
*/
27452745
public String EncryptedRequest;
27462746
/**
2747-
* Player secret that is used to verify API request signatures
2747+
* Player secret that is used to verify API request signatures (Enterprise Only).
27482748
*/
27492749
public String PlayerSecret;
27502750
/**
@@ -2768,11 +2768,11 @@ public static class LoginWithCustomIDRequest {
27682768
*/
27692769
public String TitleId;
27702770
/**
2771-
* Base64 encoded body that is encrypted with the Title's public RSA key
2771+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
27722772
*/
27732773
public String EncryptedRequest;
27742774
/**
2775-
* Player secret that is used to verify API request signatures
2775+
* Player secret that is used to verify API request signatures (Enterprise Only).
27762776
*/
27772777
public String PlayerSecret;
27782778
/**
@@ -2816,11 +2816,11 @@ public static class LoginWithFacebookRequest {
28162816
*/
28172817
public String TitleId;
28182818
/**
2819-
* Base64 encoded body that is encrypted with the Title's public RSA key
2819+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28202820
*/
28212821
public String EncryptedRequest;
28222822
/**
2823-
* Player secret that is used to verify API request signatures
2823+
* Player secret that is used to verify API request signatures (Enterprise Only).
28242824
*/
28252825
public String PlayerSecret;
28262826
/**
@@ -2844,11 +2844,11 @@ public static class LoginWithGameCenterRequest {
28442844
*/
28452845
public String TitleId;
28462846
/**
2847-
* Base64 encoded body that is encrypted with the Title's public RSA key
2847+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28482848
*/
28492849
public String EncryptedRequest;
28502850
/**
2851-
* Player secret that is used to verify API request signatures
2851+
* Player secret that is used to verify API request signatures (Enterprise Only).
28522852
*/
28532853
public String PlayerSecret;
28542854
/**
@@ -2872,11 +2872,11 @@ public static class LoginWithGoogleAccountRequest {
28722872
*/
28732873
public String TitleId;
28742874
/**
2875-
* Base64 encoded body that is encrypted with the Title's public RSA key
2875+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28762876
*/
28772877
public String EncryptedRequest;
28782878
/**
2879-
* Player secret that is used to verify API request signatures
2879+
* Player secret that is used to verify API request signatures (Enterprise Only).
28802880
*/
28812881
public String PlayerSecret;
28822882
/**
@@ -2908,11 +2908,11 @@ public static class LoginWithIOSDeviceIDRequest {
29082908
*/
29092909
public String TitleId;
29102910
/**
2911-
* Base64 encoded body that is encrypted with the Title's public RSA key
2911+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29122912
*/
29132913
public String EncryptedRequest;
29142914
/**
2915-
* Player secret that is used to verify API request signatures
2915+
* Player secret that is used to verify API request signatures (Enterprise Only).
29162916
*/
29172917
public String PlayerSecret;
29182918
/**
@@ -2944,11 +2944,11 @@ public static class LoginWithKongregateRequest {
29442944
*/
29452945
public String TitleId;
29462946
/**
2947-
* Base64 encoded body that is encrypted with the Title's public RSA key
2947+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29482948
*/
29492949
public String EncryptedRequest;
29502950
/**
2951-
* Player secret that is used to verify API request signatures
2951+
* Player secret that is used to verify API request signatures (Enterprise Only).
29522952
*/
29532953
public String PlayerSecret;
29542954

@@ -2988,11 +2988,11 @@ public static class LoginWithSteamRequest {
29882988
*/
29892989
public String TitleId;
29902990
/**
2991-
* Base64 encoded body that is encrypted with the Title's public RSA key
2991+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29922992
*/
29932993
public String EncryptedRequest;
29942994
/**
2995-
* Player secret that is used to verify API request signatures
2995+
* Player secret that is used to verify API request signatures (Enterprise Only).
29962996
*/
29972997
public String PlayerSecret;
29982998
/**
@@ -3016,11 +3016,11 @@ public static class LoginWithTwitchRequest {
30163016
*/
30173017
public String TitleId;
30183018
/**
3019-
* Base64 encoded body that is encrypted with the Title's public RSA key
3019+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
30203020
*/
30213021
public String EncryptedRequest;
30223022
/**
3023-
* Player secret that is used to verify API request signatures
3023+
* Player secret that is used to verify API request signatures (Enterprise Only).
30243024
*/
30253025
public String PlayerSecret;
30263026
/**
@@ -3617,11 +3617,11 @@ public static class RegisterPlayFabUserRequest {
36173617
*/
36183618
public String TitleId;
36193619
/**
3620-
* Base64 encoded body that is encrypted with the Title's public RSA key
3620+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
36213621
*/
36223622
public String EncryptedRequest;
36233623
/**
3624-
* Player secret that is used to verify API request signatures
3624+
* Player secret that is used to verify API request signatures (Enterprise Only).
36253625
*/
36263626
public String PlayerSecret;
36273627
/**
@@ -3669,11 +3669,11 @@ public static class RegisterWithWindowsHelloRequest {
36693669
*/
36703670
public String TitleId;
36713671
/**
3672-
* Base64 encoded body that is encrypted with the Title's public RSA key
3672+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
36733673
*/
36743674
public String EncryptedRequest;
36753675
/**
3676-
* Player secret that is used to verify API request signatures
3676+
* Player secret that is used to verify API request signatures (Enterprise Only).
36773677
*/
36783678
public String PlayerSecret;
36793679
/**
@@ -4365,7 +4365,7 @@ public static class UpdateCharacterDataRequest {
43654365
*/
43664366
public String CharacterId;
43674367
/**
4368-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4368+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
43694369
*/
43704370
public Map<String,String> Data;
43714371
/**
@@ -4421,7 +4421,7 @@ public static class UpdateSharedGroupDataRequest {
44214421
*/
44224422
public String SharedGroupId;
44234423
/**
4424-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4424+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
44254425
*/
44264426
public Map<String,String> Data;
44274427
/**
@@ -4441,7 +4441,7 @@ public static class UpdateSharedGroupDataResult {
44414441

44424442
public static class UpdateUserDataRequest {
44434443
/**
4444-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4444+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
44454445
*/
44464446
public Map<String,String> Data;
44474447
/**

AndroidStudioExample/app/src/main/java/com/playfab/PlayFabErrors.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,10 @@ public static enum PlayFabErrorCode {
297297
PlayerSecretAlreadyConfigured(1294),
298298
APIRequestsDisabledForTitle(1295),
299299
InvalidSharedSecretKey(1296),
300-
PrizeTableHasNoRanks(1297);
300+
PrizeTableHasNoRanks(1297),
301+
ProfileDoesNotExist(1298),
302+
ContentS3OriginBucketNotConfigured(1299),
303+
InvalidEnvironmentForReceipt(1300);
301304

302305
public int id;
303306

AndroidStudioExample/app/src/main/java/com/playfab/PlayFabSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class PlayFabSettings {
77
public static String SdkVersion = "0.48.170411";
8-
public static String BuildIdentifier = "jbuild_javasdk_1";
8+
public static String BuildIdentifier = "jbuild_javasdk_0";
99
public static String SdkVersionString = "JavaSDK-0.48.170411";
1010

1111
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)

PlayFabClientSDK/src/main/java/com/playfab/PlayFabClientModels.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,11 +2740,11 @@ public static class LoginWithAndroidDeviceIDRequest {
27402740
*/
27412741
public String TitleId;
27422742
/**
2743-
* Base64 encoded body that is encrypted with the Title's public RSA key
2743+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
27442744
*/
27452745
public String EncryptedRequest;
27462746
/**
2747-
* Player secret that is used to verify API request signatures
2747+
* Player secret that is used to verify API request signatures (Enterprise Only).
27482748
*/
27492749
public String PlayerSecret;
27502750
/**
@@ -2768,11 +2768,11 @@ public static class LoginWithCustomIDRequest {
27682768
*/
27692769
public String TitleId;
27702770
/**
2771-
* Base64 encoded body that is encrypted with the Title's public RSA key
2771+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
27722772
*/
27732773
public String EncryptedRequest;
27742774
/**
2775-
* Player secret that is used to verify API request signatures
2775+
* Player secret that is used to verify API request signatures (Enterprise Only).
27762776
*/
27772777
public String PlayerSecret;
27782778
/**
@@ -2816,11 +2816,11 @@ public static class LoginWithFacebookRequest {
28162816
*/
28172817
public String TitleId;
28182818
/**
2819-
* Base64 encoded body that is encrypted with the Title's public RSA key
2819+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28202820
*/
28212821
public String EncryptedRequest;
28222822
/**
2823-
* Player secret that is used to verify API request signatures
2823+
* Player secret that is used to verify API request signatures (Enterprise Only).
28242824
*/
28252825
public String PlayerSecret;
28262826
/**
@@ -2844,11 +2844,11 @@ public static class LoginWithGameCenterRequest {
28442844
*/
28452845
public String TitleId;
28462846
/**
2847-
* Base64 encoded body that is encrypted with the Title's public RSA key
2847+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28482848
*/
28492849
public String EncryptedRequest;
28502850
/**
2851-
* Player secret that is used to verify API request signatures
2851+
* Player secret that is used to verify API request signatures (Enterprise Only).
28522852
*/
28532853
public String PlayerSecret;
28542854
/**
@@ -2872,11 +2872,11 @@ public static class LoginWithGoogleAccountRequest {
28722872
*/
28732873
public String TitleId;
28742874
/**
2875-
* Base64 encoded body that is encrypted with the Title's public RSA key
2875+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
28762876
*/
28772877
public String EncryptedRequest;
28782878
/**
2879-
* Player secret that is used to verify API request signatures
2879+
* Player secret that is used to verify API request signatures (Enterprise Only).
28802880
*/
28812881
public String PlayerSecret;
28822882
/**
@@ -2908,11 +2908,11 @@ public static class LoginWithIOSDeviceIDRequest {
29082908
*/
29092909
public String TitleId;
29102910
/**
2911-
* Base64 encoded body that is encrypted with the Title's public RSA key
2911+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29122912
*/
29132913
public String EncryptedRequest;
29142914
/**
2915-
* Player secret that is used to verify API request signatures
2915+
* Player secret that is used to verify API request signatures (Enterprise Only).
29162916
*/
29172917
public String PlayerSecret;
29182918
/**
@@ -2944,11 +2944,11 @@ public static class LoginWithKongregateRequest {
29442944
*/
29452945
public String TitleId;
29462946
/**
2947-
* Base64 encoded body that is encrypted with the Title's public RSA key
2947+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29482948
*/
29492949
public String EncryptedRequest;
29502950
/**
2951-
* Player secret that is used to verify API request signatures
2951+
* Player secret that is used to verify API request signatures (Enterprise Only).
29522952
*/
29532953
public String PlayerSecret;
29542954

@@ -2988,11 +2988,11 @@ public static class LoginWithSteamRequest {
29882988
*/
29892989
public String TitleId;
29902990
/**
2991-
* Base64 encoded body that is encrypted with the Title's public RSA key
2991+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
29922992
*/
29932993
public String EncryptedRequest;
29942994
/**
2995-
* Player secret that is used to verify API request signatures
2995+
* Player secret that is used to verify API request signatures (Enterprise Only).
29962996
*/
29972997
public String PlayerSecret;
29982998
/**
@@ -3016,11 +3016,11 @@ public static class LoginWithTwitchRequest {
30163016
*/
30173017
public String TitleId;
30183018
/**
3019-
* Base64 encoded body that is encrypted with the Title's public RSA key
3019+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
30203020
*/
30213021
public String EncryptedRequest;
30223022
/**
3023-
* Player secret that is used to verify API request signatures
3023+
* Player secret that is used to verify API request signatures (Enterprise Only).
30243024
*/
30253025
public String PlayerSecret;
30263026
/**
@@ -3617,11 +3617,11 @@ public static class RegisterPlayFabUserRequest {
36173617
*/
36183618
public String TitleId;
36193619
/**
3620-
* Base64 encoded body that is encrypted with the Title's public RSA key
3620+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
36213621
*/
36223622
public String EncryptedRequest;
36233623
/**
3624-
* Player secret that is used to verify API request signatures
3624+
* Player secret that is used to verify API request signatures (Enterprise Only).
36253625
*/
36263626
public String PlayerSecret;
36273627
/**
@@ -3669,11 +3669,11 @@ public static class RegisterWithWindowsHelloRequest {
36693669
*/
36703670
public String TitleId;
36713671
/**
3672-
* Base64 encoded body that is encrypted with the Title's public RSA key
3672+
* Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
36733673
*/
36743674
public String EncryptedRequest;
36753675
/**
3676-
* Player secret that is used to verify API request signatures
3676+
* Player secret that is used to verify API request signatures (Enterprise Only).
36773677
*/
36783678
public String PlayerSecret;
36793679
/**
@@ -4365,7 +4365,7 @@ public static class UpdateCharacterDataRequest {
43654365
*/
43664366
public String CharacterId;
43674367
/**
4368-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4368+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
43694369
*/
43704370
public Map<String,String> Data;
43714371
/**
@@ -4421,7 +4421,7 @@ public static class UpdateSharedGroupDataRequest {
44214421
*/
44224422
public String SharedGroupId;
44234423
/**
4424-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4424+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
44254425
*/
44264426
public Map<String,String> Data;
44274427
/**
@@ -4441,7 +4441,7 @@ public static class UpdateSharedGroupDataResult {
44414441

44424442
public static class UpdateUserDataRequest {
44434443
/**
4444-
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character.
4444+
* Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may not begin with a '!' character or be null.
44454445
*/
44464446
public Map<String,String> Data;
44474447
/**

PlayFabClientSDK/src/main/java/com/playfab/PlayFabErrors.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,10 @@ public static enum PlayFabErrorCode {
297297
PlayerSecretAlreadyConfigured(1294),
298298
APIRequestsDisabledForTitle(1295),
299299
InvalidSharedSecretKey(1296),
300-
PrizeTableHasNoRanks(1297);
300+
PrizeTableHasNoRanks(1297),
301+
ProfileDoesNotExist(1298),
302+
ContentS3OriginBucketNotConfigured(1299),
303+
InvalidEnvironmentForReceipt(1300);
301304

302305
public int id;
303306

0 commit comments

Comments
 (0)