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