- Home /
GameCenter Integration in Unity
Hello,
I have publish game on itunes without GameCenter(Leaderboard, achievement) setup. Now our requirement is to integrate GameCenter(Leaderboard, achievement) in the game.I have set leaderboard details on itunes connect and its status is "Not Live" yet.
So, Anyone can provide some solution that, How to integrate GameCenter in Unity for ios build.
Is it neccessary to make build live to test GameCenter(Leaderboard, achievement) in ios build. Thanks
Answer by nati8oy · Nov 02, 2019 at 11:25 AM
I implemented the following and it worked fine for me: https://www.gamegorillaz.com/blog/game-center-setup-in-unity/ Was also very quick and painless. However there are two major points to note:
It does require you build it to a device to test out the functionality.
Be sure that when you have the dev build running on your device that you have Game Center logged in. This setting is accessible through the settings menu under "game center"
Your answer
Follow this Question
Related Questions
I want to create a leaderboard/HighScoreboard in unity 4.5 using microsoft azure online server ? 0 Answers
GPGS Leaderboard returns only the outdated scores (Google Play Game Service) 3 Answers
Achievements / leaderboards in web deployments? 0 Answers
Social.ShowAchievementsUI() not showing achievements 1 Answer