2

Can SiriKit pass the INSendMessageIntent to my app? The intent has to be handled by my app, instead of in the Siri extension. But the INSendMessageIntentResponseCode does not have the .continueInApp like INStartAudioCallIntentResponseCode. There is .failureRequiringAppLaunch, but that behavior is not the preferred one. Any idea?

Cheng Zheng
  • 116
  • 4
  • I just posted a similar question [here](http://stackoverflow.com/questions/38537721/launch-app-from-inextension-in-sirikit) – Tyler Sheaffer Jul 23 '16 at 03:07
  • Just checked the beta 3. There's still no .continueInApp for send message intent. – Cheng Zheng Jul 25 '16 at 05:02
  • I have one in my Xcode Beta 3. Here is the file: https://gist.github.com/tsheaff/5de71c1cf53aecb9c85dc7339fc682e2 – Tyler Sheaffer Aug 02 '16 at 20:52
  • The response codes of various intents are different. For INSendMessageIntentResponseCode, there are unspecified, ready, inProgress, success, failure, failureRequiringAppLaunch. I hope there could be a continueInApp in a later release. – Cheng Zheng Aug 04 '16 at 01:19

0 Answers0