I'm making use of the INSearchForMediaIntent to have the app handle on Siri's 'Search <MediaName> on MyApp', and I had that done.
The next step should be to exclude mentioning the MyApp while also have the app parse that intent, without relying on custom intent nor shortcuts. I already seen sample apps made by other people that does that like 'jog for 10 miles' or 'stop workout' on a INStartWorkoutIntent.
So far I replicated that app's setup into mine, like updating the AppIntentVocabulary.plist to include examples as 'Search Simpsons', but it doesnt work.
The next step should be to exclude mentioning the MyApp while also have the app parse that intent, without relying on custom intent nor shortcuts. I already seen sample apps made by other people that does that like 'jog for 10 miles' or 'stop workout' on a INStartWorkoutIntent.
So far I replicated that app's setup into mine, like updating the AppIntentVocabulary.plist to include examples as 'Search Simpsons', but it doesnt work.