question

Jannick Leismann avatar image
Jannick Leismann asked

Readonly title data

hi,

I want to bring more variables to the server side. So is there a way to create readonly title data? So that I can only set the value from playfab admin panel and client api can only fetch it? I want to grab a value from client side without being able to change it (prevent hacking). This is for my games overall experience rate per enemy.

Thanks :)

Title Data
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

Title Data is Read-Only and is shared among all players in your title. If you look into the API list, the client API collection only contains GetTitleData. To modify and update title data, Admin/Server API is required, which is not possible to be accessed by clients.

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.

Jannick Leismann avatar image Jannick Leismann commented ·

awesome thank you :)

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.