-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't login on iPad iOS 8.0 beta 2 #25
Comments
I have not yet begun to investigate GameKit on iOS 8. It looks like Apple has changed some of the APIs, or internal functionality. Check the pre-release documentation for API diffs (does this work in beta 1?). Also take a look at the GCManager implementation, especially the methods that are called during setup. |
I also found this problem in iOS 8 Device, [[GameCenterManager sharedManager] setupManager]; do not do anything, NSLog no output. However, with iOS8 simulator test was working properly. Maybe iOS8 beta2's bug? Or GameCenterManager's bug on iOS8 ? |
I tested other games in iOS8 beta2, GameCenter login work properly. |
Did you ever find a solution to this problem? |
Hi, I have same problem with official iOS 8.0 and XCode 6 |
Hi, into file GameCenterManager.m after GKLocalPlayer *localPlayer = [GKLocalPlayer localPlayer]; |
Ok guys... ;) |
thanks ckjbeos so much! |
@Sam-Spencer this one is fixed. |
Can't login on iPad iOS 8.0 beta 2. Works well on iphone.
The text was updated successfully, but these errors were encountered: