Basically the title. It's possible to open apps by just telling Siri "Open " without giving your app an entitlement or adding intents, so I was wondering if it's possible to detect if the app can detect if it's been opened by Siri using something like onContinueUserActivity
.
I've tried looking all over the internet to see what types of activities open the app and trigger onContinueUserActivity
but documentation is scarce.