question

alessandrogalasso avatar image
alessandrogalasso asked

TitleId in SendAccountRecoveryEmailAsync (CSharpSDK)

Hi all,

I'm new to PlayFab and just starting coding against it's api.

I noticed that the row:

request.TitleId = PlayFabSettings.TitleId ?? request.TitleId;

is missing inside the method SendAccountRecoveryEmailAsync. So I need to specify TitleId in the input parameters even if I alresy setted it in PlayFabSettings.

Is it a wanted behavior or a bug?Ciao,Alessandro.
apissdks
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

·
brendan avatar image
brendan answered

We actually don't set the TitleId in the request to that of the PlayFabSettings in any of our SDKs currently, though it does seem like a good idea to do so. I'll open a ticket with the tools team to review this.

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.