question

Storm Phan avatar image
Storm Phan asked

Difference between login CustomID vs Android/IOS deviceID

Hi,

I'm using PlayFab for Unity mobile game and found out that we can use DeviceID in Unity with SystemInfo.deviceUniqueIdentifier in this topic:https://community.playfab.com/questions/348/206711557-Android-device-ID-with-Unity.html

What I not sure, the CustomID login need an unique string similar as deviceID, so, can we use this ID to login with CustomID (the first time login, user can link facebook/gpgs after that).

If this is bad habit, what issues will happen?

Thank you,

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

·
brendan avatar image
brendan answered

The Custom ID, Android Device ID, and iOS Device ID logins all work the same way - you're specifying a unique string for the client, which should be secret (only the client knows it), and which is the login credential.

So you can use Custom ID instead, but you'll lose the information on which platform the player is using, which is valuable information for your analytics.

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.

Storm Phan avatar image Storm Phan commented ·

cool answer, thank you very much

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.