We have several users that linked their PlayFab Accounts with their Google Accounts, both on iOS and Android. On both, we're using the old Token Auth functionality (also we have to stick to it, since account switching is a problem with the new server auth method (https://community.playfab.com/questions/12038/authenticate-via-google-serverauthcode-issues.html?childToView=12437#answer-12437).
The current issue though seems to be only UI-wise in the GameManager - it simply doesn't show the linked Google accounts. It shows GameCenter and Facebook fine. Also there's no issue with logging in. We just tried to create a segment to see how many of our users linked which account type and Google simply shows zero. Also on the single player's profile, there's nothing visible.
We don't know if it's the same issue if using the server auth code method.
Answer by Brendan · Nov 20, 2017 at 10:45 PM
Can you provide the Title ID and a PlayFab ID of a user in this state, so that we can have a look?
Sure! This is in our Dev Title, ID: 6131 PlayFabID: 656809E398CAE424 SegmentID of the Segment that doesn't show any Google linked accounts: C2C01DEE4A9B66
The player account here is linked with an iOS Device, Facebook and Google.
Thanks, I do see that. The issue is that the profile info (which is what the Game Manager shows) is built from PlayStream events, and it looks like the event for that account link didn't make it to the title. I'll file a bug on that to get it fixed, but I do recommend moving to the newer Google auth method - sooner or later, Google is going to cut off the old one.
Ah, wait - the issue is actually why the Google account is still linked. You actually unlinked it from the other title (https://developer.playfab.com/en-us/B171/players/656809E398CAE424/event-history). I'll have the team investigate.