question

Canberk Soner avatar image
Canberk Soner asked

How to ban a player's device

Hello,

For our mobile game (android & iOS), we want to have the ability to ban a player's device, to prevent a banned player from simply switching to another account.

What's the best way to implement this feature? Should we ban by MAC addresses?

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

·
Citrus Yan avatar image
Citrus Yan answered

Hi @canberksoner,

>>What's the best way to implement this feature? Should we ban by MAC addresses?

It’s easily done by Server/Admin BanUsers API. However, we only recommend banning IP/MAC addresses for PC titles where you’re certain that’s the action you want to take. If you are certain that you want to ban mobile devices, then banning MAC addresses would do a great job, just fill up the MAC address you want to ban in BanRequest.

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.