Environment:
Xcode 12.0.1
iOS 14.0
App targeting iOS 10
Widget targeting iOS 14
Intents Extension targeting iOS 10
• Created Intents Definition file in Widget target, added it to all the three targets (app, widget, intents extension).
• Declared conformance to the intent handling protocol in IntentHandler (Intents Extension).
• Set up Intent Timeline Provider in Widget target.
• Added Siri to the app capabilities.
If I go to Edit widget -> tap on a dynamic option it says: No options were provided for this parameter.
Intents Extension provides data, but I'm not sure how iOS wires the Intents Extension and widget. From what I see I'm sure that my code inside IntentsHandler.swift is never called.