I would like to check if the user added my widgets to the Home Screen, is there an API for this? I could not find one. WidgetCenter.getCurrentConfigurations
returns all available widgets served by the app, not the used ones.
The reasons I look for such an API are:
- I would like to report usages of the widgets.
- I would like to decide if I should trigger timeline reloads via
WidgetCenter
when state changes happen in the app.