I have implemented Siri Shortcuts for an app. Everything works fine except for one thing:
When executing INPreferences.requestSiriAuthorization
to request authorization for the usage with Siri, the user can allow or deny authorization.
In the case of a deny, the user should be able to allow Siri usage later in the settings.
But for my app, I have no "Use with Siri" option in the settings, like Whatsapp or Telegram have. How can I allow Siri usage as a user, after initially denying the Siri Authorization Request performed by the app?
Long story short: How do I activate the "Use with Siri" in the settings, where a user can allow usage with Siri for my app?