GameCenterManager icon indicating copy to clipboard operation
GameCenterManager copied to clipboard

Can't login on iPad iOS 8.0 beta 2

Open gclsoft opened this issue 11 years ago • 9 comments

2014-06-20 00:29:59.458 GameCenterManager[280:35714] GC Availabilty: {
    message = "Player is not signed into GameCenter, has declined to sign into GameCenter, or GameKit had an issue validating this game / app.";
    title = "Player not Authenticated";
}
2014-06-20 00:36:37.587 GameCenterManager[280:35714] unexpected nil window in _UIApplicationHandleEventFromQueueEvent, _windowServerHitTestWindow: <UIClassicWindow: 0x1566e8c0; frame = (0 0; 768 1024); userInteractionEnabled = NO; gestureRecognizers = <NSArray: 0x15589fe0>; layer = <UIWindowLayer: 0x15672d40>>
2014-06-20 00:36:37.986 GameCenterManager[280:35714] unexpected nil window in _UIApplicationHandleEventFromQueueEvent, _windowServerHitTestWindow: <UIClassicWindow: 0x1566e8c0; frame = (0 0; 768 1024); userInteractionEnabled = NO; gestureRecognizers = <NSArray: 0x15589fe0>; layer = <UIWindowLayer: 0x15672d40>>
2014-06-20 00:36:43.594 GameCenterManager[280:35714] GC Availabilty: {
    message = "Player is not signed into GameCenter, has declined to sign into GameCenter, or GameKit had an issue validating this game / app.";
    title = "Player not Authenticated";
}

Can't login on iPad iOS 8.0 beta 2. Works well on iphone.

gclsoft avatar Jun 19 '14 16:06 gclsoft

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.

Sam-Spencer avatar Jun 19 '14 18:06 Sam-Spencer

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 ?

zxl777 avatar Jul 05 '14 07:07 zxl777

I tested other games in iOS8 beta2, GameCenter login work properly. The inference is GameCenterManager's bug.

zxl777 avatar Jul 05 '14 07:07 zxl777

Did you ever find a solution to this problem?

DoctorG avatar Sep 19 '14 11:09 DoctorG

Hi, I have same problem with official iOS 8.0 and XCode 6 Work on Simulator but not on Device !!! I need to post an update of my application, but i'm locked buy this problem

ckjbeos avatar Sep 24 '14 18:09 ckjbeos

Hi,

into file GameCenterManager.m after GKLocalPlayer *localPlayer = [GKLocalPlayer localPlayer]; you have an else if (!error) but you don't manage the else if error is not null ! i try this and obtain an error message on device, the error is : "localPlayer erro=Error Domain=GKErrorDomain Code=15 "L’opération demandée n’a pas pu être effectuée car cette application n’est pas reconnue par Game Center." UserInfo=0x1668b590 {NSLocalizedDescription=L’opération demandée n’a pas pu être effectuée car cette application n’est pas reconnue par Game Center.}"

ckjbeos avatar Sep 24 '14 18:09 ckjbeos

Ok guys... ;) I have find the solution on stackoverflow, when you test on you're device you need to go into Settings, GameCenter and enable "Sandbox" into Developper section ;) Grrrrr ....

ckjbeos avatar Sep 24 '14 18:09 ckjbeos

thanks ckjbeos so much!

tuanphamanh91 avatar Mar 16 '15 17:03 tuanphamanh91

@Sam-Spencer this one is fixed.

danoli3 avatar Dec 15 '15 03:12 danoli3