Skip to content

Incorrect definition of GKLocalPlayer.AuthenticateHandler: missing nullables #24480

@softlion

Description

@softlion

Apple platform

iOS

Framework version

net10.0-*

Affected platform version

ios SDK 26.2.10191/10.0.100

Description

The definition of AuthenticateHandler in GKLocalPlayer.cs is incorrect:

public virtual Action<UIViewController, NSError>? AuthenticateHandler

Given the doc both UIViewController and NSError are nullable.

So it should be:

public virtual Action<UIViewController?, NSError?>? AuthenticateHandler

Steps to Reproduce

N/A

Did you find any workaround?

Ignore the warning.

Build logs

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions