question

okozak avatar image
okozak asked

First time user login (registration) started failing on all builds, including live ones in AppStore/Play Store

Hi. We have a live game in Soft Launch and starting ~yesterday PlayFab causes a critical error for new players on game start, when a new user ID should've been created. Before that everything was working fine, now it's crashing the app.

We send the following code:

https://pastebin.com/iuxAj9JU

However, result.InfoResultPayload.UserData now is ALWAYS null, but before that PlayFab was sending empty map.

This change now returns the Unity exception:

https://pastebin.com/enEH0fGD

Surely, we fixed it locally with "if (result.InfoResultPayload.UserData != null)", however, we find worrying that some change was implemented on PlayFab without any notice that broke live applications.

Looking forward to your feedback.

sdks
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JayZuo avatar image JayZuo ♦ commented ·

Thanks for your feedback, I've reported this issue and engineering team is investigating on this.

0 Likes 0 ·

1 Answer

·
JayZuo avatar image
JayZuo answered

Thanks for your reporting. This issue has been fixed. You should now properly see empty values when requesting things like user data on user creation. Please have a check and let me know if you notice anything else amiss.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.