marcusmingoransi
started a topic on Thu, 05 March 2015 at 6:40 AM
Hi guys,
I linked a gamecenter account with PlayFab but it doesn't show me any information about that user, like user name, email or display name.
LoginWithGameCenterRequest req = new LoginWithGameCenterRequest();
req.CreateAccount = true;
req.PlayerId = Social.Active.localUser.id;
req.TitleId = PlayFab.PlayFabData.TitleId;
PlayFabClientAPI.LoginWithGameCenter(req, onLoginResult, onGeneralError);
Answer by Brendan · Oct 05, 2015 at 12:24 AM
Best Answer
Brendan Vanous said on Tue, 31 March 2015 at 11:48 AM
Hi Marcus,
My sincere apologies - we work to make sure all questions are answered in a timely manner, and this one clearly got lost in the current system. We're looking at potential updates to our forum system to prevent this in future. If you ever have a question where you don't hear back in a day or two, feel free to hit us up by email - we do want to make sure everyone has the info they need.
For your question, you are correct that we do not have that information on Game Center accounts. In point of fact, we are going to be removing that API from the documentation temporarily, as we are planning on re-working our Game Center integration for a number of improvements. Don't worry though, if you're currently using this API call - it won't stop working, we're just removing it from the docs so that we minimize new uses ahead of our update.
If Game Center is key to your title, please be sure to let us know that, along with what your key dates are, so that we can see about making sure that this is available when you need it.
Brendan
1 Comment
Brendan Vanous said on Tue, 31 March 2015 at 11:48 AM
Hi Marcus,
My sincere apologies - we work to make sure all questions are answered in a timely manner, and this one clearly got lost in the current system. We're looking at potential updates to our forum system to prevent this in future. If you ever have a question where you don't hear back in a day or two, feel free to hit us up by email - we do want to make sure everyone has the info they need.
For your question, you are correct that we do not have that information on Game Center accounts. In point of fact, we are going to be removing that API from the documentation temporarily, as we are planning on re-working our Game Center integration for a number of improvements. Don't worry though, if you're currently using this API call - it won't stop working, we're just removing it from the docs so that we minimize new uses ahead of our update.
If Game Center is key to your title, please be sure to let us know that, along with what your key dates are, so that we can see about making sure that this is available when you need it.
Brendan