How to tell which Widget or Live Activity invoked an AppIntent
How can I know which Widget or Live Activity invoked an AppIntent so the AppIntent can perform logic specific to only that instance?
Swift: stored properties cannot be marked potentially unavailable with ‘@available’
I am building an App Intent that has an AppEntity parameter that can depend on another parameter. I have found that IntentParameterDependency
is exactly the tool for the job … but it’s iOS17 only, and I need to support iOS16 as well.