Here’s the thing -
On Touch Leaderboard Button > authenticate user - this works and brings up the Welcome to Game Center message
However, if the authentication doesn’t work then you’d want to add in a ‘Authentication failed‘ event under this. But you’re not allowed to add another event that has a green arrow as part of the same main event.
I only want the user to have to press the Leaderboard button once to send the data through, hence the Authenticate User as part of the startup on the first page.
Any other way would mean the user having to press the Leaderboard button once to authenticate and then again to send the data/go to the leaderboard.
If there’s another way can anyone show me?