I have to initiate a voip call through my app using Siri. It is working in demo project but when I am adding the Intents Extension into my existing project then Siri is not working anymore.
In system settings the my app is not showing in App Support section. Plist configuration is like:
Also see the plist configuration of extension:
Whenever i am giving any voice command it's saying "I wish I could, but < app > hasn't set that up with me yet."
I have also tried by enabling Siri from capabilities. Let me know what I am doing wrong there.
Thank you.