Skip to content

IOS google signin DisplayName & GivenName & FamilyName are cut when UTF-8 characters in Account #14

Open
@Andrey15-0

Description

@Andrey15-0

In Unity3d C# code when OnAuthenticationFinished method called trying to get
AddStatusText("Welcome: " + task.Result.DisplayName + "!");
_name = task.Result.DisplayName;
_firstName = task.Result.GivenName;
_lastName = task.Result.FamilyName;

names for my account: GivenName = Андрій, FamilyName = Середа
What I got: GivenName = Анд, FamilyName = Сер

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions