question

accounts-5 avatar image
accounts-5 asked

GetTitleInternalData missing in current Azure PlayFab SDK

Hey Hey,

first time working with Azure Functions instead of the legacy CloudScript system and noticed that the server request GetTitleInternalData is missing in the PlayFab SDK.

5466-playfab.png

Should I rather not use it? Until now I used Title Internal Data to save a list of version configs (referencing different catalogs and title data keys). So that the user only gets the config associated with its application version and not a list of maybe even obselete ones and therefore not getting access to old stores.

CloudScriptTitle Data
playfab.png (6.8 KiB)
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

·
Gosen Gao avatar image
Gosen Gao answered

Both GetTitleInternalData and GetTitleData are sharing the same Request class, you can use GetTitleDataRequest to call GetTitleInternalData.

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.