application(_:shouldAllowExtensionPointIdentifier:) is broken in iOS 17 Beta

It seems application(_:shouldAllowExtensionPointIdentifier:) is broken in iOS Beta 17 1-3. Third party keyboards are always displayed regardless of the returned value.

Docs link: https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623122-application

did you figure out how to work around this or how to change the code to make this work? I am facing the same issue with my app on iOS 17 beta

application(_:shouldAllowExtensionPointIdentifier:) is broken in iOS 17 Beta
 
 
Q