I'm trying to add SiriExtension
to my app like below steps.
I've integrated Siri capabilities in my app like this:
Adding capability:
1- In the project settings, select your iOS app target and go to Capabilities tab
2- Enable the Siri capability
Adding the extension:
1- Go to File -> New -> Target...
2- Select iOS -> Application Extension from the left pane
3- Double-click Intents Extension from right
I added Siri Usage Description key in info.plist
I added INPreferences.requestSiriAuthorization
in viewDidload
But still my app name is not showing in iPhone settings->Siri->Appsupport
What's going wrong? Please help me.