Siri Intents

Can anyone tell me if it’s possible to work with Siri Intents from within a Xojo iOS app?

2 Likes

Siri Intents require the use of App Extensions which you can’t build in Xojo. Apple’s suggestion is to put shared code in a private shared library which you also cannot do.

My guess is that you’d have to completely recreate the functionality in Xcode and then include the app extension in your Xojo project at build time.