I want to support Apple TV Remote for tvOS application at Control Center.
https://support.apple.com/guide/tv/use-ios-or-ipados-control-center-atvb701cadc1/tvos
There is problem with Guide button. I can not listen Guide button click event. There is apple documentation that how to listen. I have also added TVUserActivityTypeBrowsingChannelGuide to Info.plist but it does not trigger function which is
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {}
Is there any solution about that?