GKAccessPoint triggerAccessPointWithState handler not invoked on iOS 26.0 and iOS 15.8.4

GKAccessPoint triggerAccessPointWithState handler not invoked on iOS 26.0 and iOS 15.8.4 Incorrect/Unexpected Behaviour:

When calling [GKAccessPoint.shared triggerAccessPointWithState:GKGameCenterViewControllerStateAchievements handler:^{}] on a real device running iOS 26 beta (iOS 26), the overlay appears as expected, but the handler block is never called. This behavior also not working correctly on previous iOS versions(tested on iOS 15.8.4)

Steps to Reproduce:

Authenticate GKLocalPlayer

Call triggerAccessPointWithState:handler: with a block that logs or performs logic

Observe that overlay appears, but block is not executed

Behavior:

UI appears correctly

Handler is not invoked at all

Expected Result: The handler should fire immediately after the dashboard is shown.

Actual Result: The handler is never called.

Usecase: As GKGameCenterViewController is deprecated we are moving to GKAccesspoint but due to above functionality issue we are unable to.

Environment:

Device: iPhone 16, iPhone 7

iOS: 26.0 and iOS 15.8.4

Xcode: 26.0 beta and Xcode 16.4

Hello,

Given that this is failing in both beta and production releases let's start with a bug report.

In addition to the configuration information you've provided above please also include the version of the beta, and a sample project that reproduces the issue.

Let us know when you've sent bug report with sample project so I can investigate with my colleagues - thanks!

Note: we recommend updating to the latest beta.

Hi Team,

I have already reported this issue here - https://feedbackassistant.apple.com/feedback/19169961

Please let me know if more details are required. Thanks!!

Thank you for the bug report.

Noted the attached source file. Please include a full Xcode project using that source file.

Hi Team It is hard to share our example code as it has multiple dependencies and privacy concerns. Could you please see if the existing code snippet helps you?

It would be really helpful, if you can try that code with the setup you have and let us know if something might be going wrong with us or may be some issues in the API itself. Thanks for understanding!!

Yes, we can see if the sample code suffices and will let you know if more information is needed via Feedback Assistant.

It helps to have a full project but isn't necessary.

GKAccessPoint triggerAccessPointWithState handler not invoked on iOS 26.0 and iOS 15.8.4
 
 
Q