Just currently adding Game Center to my first app but I’m having an issue with the scores not showing properly in sandbox mode
I have 3 devices with different sandbox accounts
Device 1 - Friends with Device 2
Device 2 - Friends with Device 1
Device 3 - has no friends (poor guy)
Devices 1 & 2 can see each others scores and their own
Device 3 can only see his own score
I’m using the following to access the scores on Game Center
gameNetwork.show( "leaderboards", { leaderboard = { timeScope="AllTime" }, listener=onGameNetworkPopupDismissed } )
Is this an issue with sandbox mode, or can I expect the same to happen when my app goes live??