Sign In Register

How can we help you today?

Start a new topic
Answered

IOS : NOT_CONFIGURED

Hi there!


I connected to GameCenter successfully and also got welcome message from GameCenter.

And then I wrote c# code in unity3d like following: 

new GameCenterConnectRequest()
				.SetDisplayName( GameCenterManager.Player.Alias )
				.SetExternalPlayerId( GameCenterManager.Player.Id )
				.SetDoNotLinkToCurrentPlayer( false )
				.SetPublicKeyUrl( publicKeyUrl )
				.SetSalt( salt )
				.SetSignature( signature )
				.SetTimestamp( timestamp )
				.Send( (res)=>{ ... } );


But I got response like this:

{"@class":".AuthenticationResponse","error":{"IOS":"NOT_CONFIGURED"},"newPlayer":false,"requestId":"636021343851381300_0"}


What does it mean? I couldn't find out docs about that message.

What do I have to check?



Best Answer

Hi Lee, 


This error means you haven't configured your integration properly, looking at your game I can see you are missing the bundleId in your Apple integration, you need to add this and make sure your package is GameCenter enabled. I can see you are using Unity, you will need a small add on package to use GameCenter, I will forward the details of this onto you directly.


Thanks,

Liam


Answer

Hi Lee, 


This error means you haven't configured your integration properly, looking at your game I can see you are missing the bundleId in your Apple integration, you need to add this and make sure your package is GameCenter enabled. I can see you are using Unity, you will need a small add on package to use GameCenter, I will forward the details of this onto you directly.


Thanks,

Liam

Thanks Liam!

I forgot to set integration tab. Sorry for my stupid question.

I think that above error code should be appended to the document of GameCenterConnectRequest.

That may save your time.


Anyway, thanks again!

Hi Lee,


No problem, the error will be covered in our new documentation when it goes live. I have mailed you the details about the GameCenter addon so please check your inbox for the details.


Thanks,

Liam

Hey Liam, I am having the same problem. Can you please email the GameCenter addon to me as well?


Domen

I've come accross the same issue while trying to log into GameSparks using GameCenter. My only error is {"IOS":"NOT_CONFIGURED"}. What was the solution so this?

Login to post a comment