-
What are the specific characteristics that trigger Game Mode in an iOS game? I have several casual SpriteKit games in the App Store but only one of them triggers Game Mode.
-
What does GCSupportsGameMode do when set to true? Will it trigger Game Mode or will the OS still decide by itself?
See https://forums.developer.apple.com/forums/thread/739387.
OS decides w.r.t. LSApplicationCategoryType
.
GCSupportsGameMode
can be set to false to intentionally disable game mode.