Does Apple Watch WidgetKit extension, support app group for data sharing, as currently we get nil values for any stored data.
Apple Watch WidgetKit extension app group issue
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.