My app provides a widget. It has three sizes (small, medium and large).
I use WidgetCenter.getCurrentConfigurations(:) in the containing app to collect how many users use them.
The collected values of small and large look correct, but medium looks extremely huge...
I suspect WidgetCenter.getCurrentConfigurations(:) returns medium's WidgetInfo when users don't install widgets explicty.
Is there such a case?
I use WidgetCenter.getCurrentConfigurations(:) in the containing app to collect how many users use them.
The collected values of small and large look correct, but medium looks extremely huge...
I suspect WidgetCenter.getCurrentConfigurations(:) returns medium's WidgetInfo when users don't install widgets explicty.
Is there such a case?