[F] Apple link callback
This commit is contained in:
@@ -312,7 +312,7 @@ namespace tysdk
|
||||
if (callbacks.TryGetValue("LinkAccoutResult", out var action))
|
||||
{
|
||||
action.Invoke(result);
|
||||
callbacks.Remove("LoginResult");
|
||||
callbacks.Remove("LinkAccoutResult");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,9 +9,7 @@ namespace tysdk
|
||||
hwGoogle,
|
||||
hwFacebook,
|
||||
hwGuest,
|
||||
#if UNITY_IOS
|
||||
Apple,
|
||||
#endif
|
||||
none
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user