[GH-ISSUE #457] [Bug]: already signed in icloud message everytime focusing the game window #209

Closed
opened 2026-03-03 18:55:49 +03:00 by kerem · 5 comments
Owner

Originally created by @FrAcTi0N on GitHub (Oct 27, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/457

Describe the bug

While playing Start wars - galaxy of heroes, if focus is on any other window, then right after you focus the swgoh window, you get a message that you are already signed in. You can continue into the game by selecting "use my account", but it is really annoying.

Screenshot 2022-10-27 at 20 17 54

Steps to reproduce

Start SWGOH game, click on any other window and then click into the game window.

Expected behaviour

After you focus SWGOH game window, you don't get icloud already logged in message window and you get straight into the game.

Crash log

No response

What version of PlayCover are you using?

Nightly/beta

What version of macOS are you using?

Ventura (macOS 13)

Issue Language

  • Yes my issue is written in English
Originally created by @FrAcTi0N on GitHub (Oct 27, 2022). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/457 ### Describe the bug While playing Start wars - galaxy of heroes, if focus is on any other window, then right after you focus the swgoh window, you get a message that you are already signed in. You can continue into the game by selecting "use my account", but it is really annoying. <img width="477" alt="Screenshot 2022-10-27 at 20 17 54" src="https://user-images.githubusercontent.com/26749550/198369775-df0ca01e-cd49-4fb5-9cc4-6cb5ae5f6532.png"> ### Steps to reproduce Start SWGOH game, click on any other window and then click into the game window. ### Expected behaviour After you focus SWGOH game window, you don't get icloud already logged in message window and you get straight into the game. ### Crash log _No response_ ### What version of PlayCover are you using? Nightly/beta ### What version of macOS are you using? Ventura (macOS 13) ### Issue Language - [X] Yes my issue is written in English
kerem 2026-03-03 18:55:49 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@IsaacMarovitz commented on GitHub (Oct 28, 2022):

Game Center games don't work in PlayCover.

<!-- gh-comment-id:1295217803 --> @IsaacMarovitz commented on GitHub (Oct 28, 2022): Game Center games don't work in PlayCover.
Author
Owner

@FrAcTi0N commented on GitHub (Oct 28, 2022):

well, the game works in playcover, it just display that anoying message window everytime you focus the game window...

<!-- gh-comment-id:1295288522 --> @FrAcTi0N commented on GitHub (Oct 28, 2022): well, the game works in playcover, it just display that anoying message window everytime you focus the game window...
Author
Owner

@lewisxy commented on GitHub (Jan 6, 2023):

I experienced the same issue in (PlayCover 2.0.2) another game-center-enabled game. Game Center doesn't work (which is fine for me). But the pop up (every time window is focused) is quite annoying. It's appreciated if this can be fixed.

<!-- gh-comment-id:1373964723 --> @lewisxy commented on GitHub (Jan 6, 2023): I experienced the same issue in (PlayCover 2.0.2) another game-center-enabled game. Game Center doesn't work (which is fine for me). But the pop up (every time window is focused) is quite annoying. It's appreciated if this can be fixed.
Author
Owner

@treyturner commented on GitHub (May 11, 2023):

I'm also wishing something could be done about this. I don't think anyone expects Game Center to work, we're just wondering if it's possible to prevent the window from opening. I'm new to macOS, but am wondering if it'd be possible to automate something if it can't be addressed in PlayCover.

<!-- gh-comment-id:1544821171 --> @treyturner commented on GitHub (May 11, 2023): I'm also wishing something could be done about this. I don't think anyone expects Game Center to work, we're just wondering if it's possible to prevent the window from opening. I'm new to macOS, but am wondering if it'd be possible to automate something if it can't be addressed in PlayCover.
Author
Owner

@ohaiibuzzle commented on GitHub (May 12, 2023):

@treyturner Technically, yes!
You can make a shell script with a while loop that kill gamed every 5-10s
The issues is that Apple themselves no longer read the Disabled key in the Defaults database for Game Center, and you can't unload the service due to SIP
But since it's running as your user, not system, you can just kill it repeatedly

<!-- gh-comment-id:1545067367 --> @ohaiibuzzle commented on GitHub (May 12, 2023): @treyturner Technically, yes! You can make a shell script with a while loop that kill `gamed` every 5-10s The issues is that Apple themselves no longer read the `Disabled` key in the Defaults database for Game Center, and you can't unload the service due to SIP But since it's running as your user, not system, you can just kill it repeatedly
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#209
No description provided.