Apple Game Center
Configuration
Start Session
string bundleId;
string signature;
string playerId;
string salt;
string publicKeyUrl;
string timestamp;
LootLockerSDKManager.StartAppleGameCenterSession(bundleId, playerId, publicKeyUrl, signature, salt, timestamp, (response) =>
{
if (!response.success)
{
Debug.Log("error starting LootLocker session");
return;
}
Debug.Log("successfully started LootLocker session");
});Refresh Session
Last updated
Was this helpful?


