I just added the Intents Extension
to my Project, and decided to try it out using the example code that is added by default.
I select the Siri target, run on the device, Siri pops up and I start with: "Search messages in [MyApp]".
Method handleSearchForMessages
is executed in IntentHandler.m
and Siri responds You have a message from Sarah.
After reading the message, Siri asks Would you like to reply? But when I answer Yes, I get:
I don't see an app for that. You'll need to download one.
The weird thing is that when I try the same on a brand new Project, it works, even without enabling the capabilities.
I really don't know why in my project works the part of searching messages, but not the part of replying.
Of course in the Info.plist
I have the 3 default Intents for messaging.
Thanks