StansAssets / com.stansassets.ultimate-mobile

Ultimate Mobile Plugin Wiki
https://api.stansassets.com/ultimate-mobile/
11 stars 2 forks source link

It isn't possible to re-try Game Center authentication #22

Closed patrickoshaughnessey closed 4 years ago

patrickoshaughnessey commented 4 years ago

We try to authenticate the user to GameCenter at the start of our game, using UM_GameService.SignInClient.SignIn. If that fails at app startup, and they subsequently try to open the leaderboard, we prompt them to log into GameCenter.

The next time they try to open the leaderboard, we attempt again to authenticate them, in the event that they have enabled GameCenter. However, the call to UM_GameService.SignInClient.SignIn never returns.

This is an urgent issue to get fixed, as we are attempting to submit our app to the App Store imminently.