Closed lugehorsam closed 1 year ago
It should probably match the .NET client signature:
public async Task<ISession> AuthenticateGameCenterAsync(string bundleId, string playerId, string publicKeyUrl, string salt, string signature, string timestamp, string username = null, bool create = true, Dictionary<string, string> vars = null)
@lugehorsam resolved in https://github.com/heroiclabs/nakama-js/pull/156
It should probably match the .NET client signature: