question

ducastefan1978 avatar image
ducastefan1978 asked

LoginWithPlayFabRequest issue

hello.

from time to time this doesn't work

i don't reach neither OnLoginResult nor OnPlayFabError

titleId: 66DC

PlayFabSharedSettings LogLevel All

LoginWithPlayFabRequest request = new LoginWithPlayFabRequest();

request.Username = "test002";

request.Password = "12345678";

request.TitleId = PlayFabSettings.TitleId;

PhotonNetwork.NickName = request.Username;

PlayFabClientAPI.LoginWithPlayFab(request, OnLoginResult, OnPlayFabError);

thank you very much

apis
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

·
Seth Du avatar image
Seth Du answered

If you cannot get either failed or successful callback, you may consider the network issue. What does the callback handlers do in your project?

In addition, it will be helpful if you can provide a Fiddler capture of your project, and please feel free to share the .saz file to us.

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.