I am creating iOS and tvOs game. I have created a game in iTunes Connect and added a leaderboard in it. I am using Unity 5.5.0f3 personal and Xcode 8.2.1.
Leader board and game center is working fine in iOS. But, in tvOS,
Social.ShowLeaderboardUI ();
shows No Data Available screen
.
Notes:
-
Report score is working fine in both iOS and tvOS.
-
Leaderboard is working fine in iOS.
-
Game center is logging fine in both iOS and tvOS.
-
I have added New Apple Tv Leaderboard in Images.xassets and initialized Leaderboard Identifier.
I have been stuck in this for the whole day. Any help would be appreciated.
Thanks in Advance…