The AppIntent feature is available on tvOS since OS 16. https://developer.apple.com/documentation/appintents
I tried a real basic integration where I just want simply open a specific tab in my tabbar.
But the perform action gets never called.
Is it really possible already to use AppIntent on tvOS? Or is this feature still mostly targeted for mobile devices?
Also, the documentaiton says so often something about shortcuts app and features, that are not available on tvOS, that I started doubting that the AppIntent is really usable on tvOS.
If AppIntents are available and usable for tvOS, what could be wrong, so that I do not see the expected results?