question

Chase Harris avatar image
Chase Harris asked

Some Users get no response from RegisterPlayFabUser or Add UsernamePassword

Apologies if this has been addressed somewhere, I couldn't find it. My app makes calls to RegisterPlayFabUser or AddUsernamePassword to create recoverable accounts for users. Internally, all of our builds seem to work as expected, and testing on multiple devices yields success. However, we have a few thousand users on our open-beta, and it seems a few hundred of them consistently see an error we are unable to reproduce.

When they try to create an account, those PlayFab API calls receive no response (we display a timeout message if this happens). This seems to happen fairly consistently across users: the ones who have the issue can't seem to get around it, and those who don't have the issue can't seem to reproduce it. So far, nobody on our (very small) development team has been able to reproduce the issue.

Unfortunately, those having trouble include the review team for the Apple App Store, meaning our app release is delayed until that feature works for them.

I'm happy to provide as much detail as is relevant. Our app is built in Godot, though we've also used Insomnia to (successfully) recreate the API calls and everything seems to work. We are also making other API calls that seem to work across the board, including registering/logging in anonymously with device ID and getting catalog details.

Title ID: 2BAA4

apisAccount Management
10 |1200

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

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

Can users who cannot use these two APIs use other APIs? If not, the problem may be caused by network conditions, you can let users use VPN to play your game.

2 comments
10 |1200

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

Chase Harris avatar image Chase Harris commented ·

The users who can't create an account are still able to use other features that rely on other API calls. For example, downloading a content pack requires some data from the catalog, which requires at least an anonymous login, both of which they are able to do.

0 Likes 0 ·
Xiao Zha avatar image Xiao Zha Chase Harris commented ·

If users who cannot use the RegisterPlayFabUser or AddUsernamePassword APIs can still use other APIs to log in anonymously and get data from the catalog, could you please provide the code snippets of these two API calls, and also provide the player account of these users.

0 Likes 0 ·

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.