question

Stanislaw Gromadowski avatar image
Stanislaw Gromadowski asked

Old versions of game making API calls

I need help with a problem that I have already asked about earlier in this thread: https://community.playfab.com/questions/144392/huge-number-of-api-calls-loginwithsteam.html

A long time ago we had a bug that generated lots of "LoginWithSteam" API Calls. The bug has been fixed and it looks like our code is correct. However, we have noticed that a pirated version of our game can be found on the Internet, which is naturally not updated. So it is possible that these pirated versions are causing the problem. Is it possible to block old versions of the game from connecting to playfab so that only the current version can do so?

unity3dsdks
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

The PlayFab API is based on the RESTful API, which means players can make API requests via HTTP URLs, and cannot control API calls through the game version. Therefore, PlayFab does not provide features to block API calls from older versions of your game.

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.