question

midiafit-1 avatar image
midiafit-1 asked

Limit devices per user

Hello I'm creating a project in Unity 3D that uses user authentication PlayFab (I'm a beginner in both), however, I would like the user to only be allowed to access only one device per account, if he tries to change the device, some verification will be sent. I would like to know if it is possible and how I do it if it is

Player Dataunity3dAuthentication
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

PlayFab doesn't have features to restrict user only be allowed to access on one device. If they try to login on another device, they can still login. But you can implement some logic to check their device info, if they are using a different device, you can interrupt the flow and tell them to unlink the previous device first, before login on the new device.

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.

midiafit-1 avatar image midiafit-1 commented ·

Thnx for replying Gosen Gao, So the only way to do this would be by code?

1 Like 1 ·

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.