All the docs for Siri Kit refer to watchos and ios apps. Is it supported for mac os app development?
Additionally one of the first things to do for siri is to add the capability to your app. Unfortunately for mac os app I could not find any such capability.
Asked
Active
Viewed 193 times
0

Anwesh Mohapatra
- 194
- 15
2 Answers
1
SiriKit is supported as of macOS 12, see https://developer.apple.com/documentation/sirikit

Jimmy
- 1,433
- 2
- 14
- 19
0
According to the SiriKit documentation, it's supported under iOS, watchOS, and macOS Catalyst.
As of current releases (10.15) of macOS, there's no direct access to SiriKit with a non-Catalyst app.

gaige
- 17,263
- 6
- 57
- 68
-
so I can make a ipad app with sirikit and port it to macOs ? – Anwesh Mohapatra Apr 13 '20 at 11:40
-
Mac support is disabled in case of a Catalyst App – Shubham Jain Apr 13 '20 at 12:08