Apple Watch WidgetKit extension app group issue

Does Apple Watch WidgetKit extension, support app group for data sharing, as currently we get nil values for any stored data.

Yes, App Groups are supported but you must initialize your UserDefaults with a suiteName or a containerURL for Filemanager.

You should add App Groups capability to both your main target and widget extension.

Apple Watch WidgetKit extension app group issue
 
 
Q