Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0p4
Issue ID
1015827
Regression
No
[iOS] Game Center authentication screen is not being displayed when canceling login and opening it again
To reproduce:
1. Open project attached by QA
2. Make sure that your device is disconnected from the Game Center (Settings -> Game Center)
3. Build and run "test" scene on iOS
4. Press the button
5. Notice that game center window has appeared
6. Click "cancel"
7. Hit the button once again
Expected result: Game Center window should appear again.
Actual result: Game Center window is not being shown.
Reproduced with: Unity 2017.1.3p2, 2017.2.0p4, 2017.3.1p2, 2018.2.0a5
Devices: iPhone 8 iOS 11.0, iPod Touch 6th gen iOS 10.2, iPad Mini 2 iOS 9.2.1
Won't fix:
GameCenter API works in such that that the authentication window is no longer shown if the user cancels it. The displayed error ("Failed to authenticate local user The requested operation has been canceled or disabled by the user.") is returned by `GKLocalPlayer.authenticateHandler' so there is nothing we can really do if the iOS doesn't show the dialog.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment