question

davidlanderos avatar image
davidlanderos asked

Is there an equivalent of GetPlayFabIDsFromGoogleIDs for Apple id?

when the LinkApple API responds with 1184 (Linked Identifier Already Claimed) I need to show a "conflict resolution dialog" so the user can select the desired account he/she wants to continue playing with.

I use GetPlayFabIDsFromGoogleIDs for Google and GetPlayFabIDsFromFacebookIDs for Facebook and everything is working perfect, the problem is, I can't find an equivalent for Apple ID.

Thanks in advance.

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

·
Made Wang avatar image
Made Wang answered

For Apple there is no such function API. If this is what you need, feel free to post a feature request for it.

As a workaround, you can add a Generic ID to the player via AddGenericID when linking the Apple account, and then get the PlayFabId via GetPlayFabIDsFromGenericIDs when needed.

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.