I followed this guide
https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget
to set up custom dynamical intents.
That works fine, but: how can I set a default for an intent which is used when the user adds a widget to the home screen?
In such a case the user did not select an intent yet, and in my specific situation, parts of the widget are empty as they rely on the intent.
That means that I need to find a way to specify a default for each custom dynamical intent, which are applied to the widget right when added to the home screen.
Thanks for any help. :o)
https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget
to set up custom dynamical intents.
That works fine, but: how can I set a default for an intent which is used when the user adds a widget to the home screen?
In such a case the user did not select an intent yet, and in my specific situation, parts of the widget are empty as they rely on the intent.
That means that I need to find a way to specify a default for each custom dynamical intent, which are applied to the widget right when added to the home screen.
Thanks for any help. :o)