question

Yoo SeungJi avatar image
Yoo SeungJi asked

When the player logout, I should remove the linked Anonymous login?

When Player login through google(or apple, Facebook), link device id for auto log in.

But I think it comes problem. When user log out, stack device link. And another player log in who overlapped device id can log in to my acount.

Can this actually happen?

I should unlink the linked device id when user log out?

Player 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

·
JayZuo avatar image
JayZuo answered

Yeah, it's possible to happen. This depends on how you generate the device id and store it for anonymous login. But in general, it's good to unlink the id used for anonymous login when a user clicked the log out button in 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.