We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f84f13 commit 751f6ddCopy full SHA for 751f6dd
plugins/gamecenter/game_center.mm
@@ -94,6 +94,8 @@
94
ret["type"] = "authentication";
95
if (player.isAuthenticated) {
96
ret["result"] = "ok";
97
+ ret["alias"] = [player.alias UTF8String];
98
+ ret["displayName"] = [player.displayName UTF8String];
99
100
if (@available(iOS 13, *)) {
101
ret["player_id"] = [player.teamPlayerID UTF8String];
0 commit comments