Are Action Extensions supported in VisionOS?

I'm trying to implement an Action Extension for my Apple Vision Pro app. On the developer page for app extensions, Action Extensions seem to be supported.

However, I don't see it as an option when I try to select a new template for visionOS in Xcode. I do see Action Extension as options in iOS and MacOS as I would expect.

Are Action Extensions supported for visionOS? If so, where should I look to find documentation on implementing them?

Thank you!

I believe that action templates are supported on visionOS, it’s just that Xcode is missing the template (r. 114477568). I’ve not tried it in this case, but in the past I’ve been able to work around a limitation like this by creating a target from a different appex template and then modifying that to create the appex I need.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Are Action Extensions supported in VisionOS?
 
 
Q