mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #475] [BUG] Game Mode pop-up notification appears at each app launch #430
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Babouche35 on GitHub (Apr 26, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/475
The introduction of Game Mode in the latest release 3.4.0 causes iOS to display a Game Mode pop-up notification at every app launch, even if it is not a game. Is it possible to add an option to disable it?
@bachig26 commented on GitHub (Apr 26, 2025):
That is standard if an app is defined in the game category.
As far as I know, it can't be disabled until this key is removed from the property list.
https://github.com/LiveContainer/LiveContainer/blob/main/Resources/Info.plist#L95
@Babouche35 commented on GitHub (Apr 27, 2025):
That did work thank you, but it still shows up in LiveContainer2, where is the key for this app?
@Babouche35 commented on GitHub (Apr 27, 2025):
Just needed to reinstall LiveContainer2, all good thanks.