How to Reset Intent Extension Configurations in Widgetkit

Prompt Label in Custom Intent for WidgetKit widget

The prompt will be shown in the widget configuration interface, above the list of dynamic options. It’s not required, but may be a good place to provide a little extra context or explain anything that isn’t obvious, like if multiple options can be selected.

Sample Image

IntentHandler doesn't update

Solution: after a few desperate weeks, I didn't find a solution, but I made it work. I'm changing the options of configuration in func getTimeline. To avoid making changes to all configurations (widgets in my case) I check the current configuration with a unique identifier (just one of my options, it can be a name of configuration or something like that) and change it only for one configuration.



Related Topics



Leave a reply



Submit