I have Rectangular, Circular and Inline and home screen widgets in my application.
After updating to iOS 17.2 , only blank screen is seen in place of widgets.
Any suggestions or finding would be helpful to resolve this issue.
I have Rectangular, Circular and Inline and home screen widgets in my application.
After updating to iOS 17.2 , only blank screen is seen in place of widgets.
Any suggestions or finding would be helpful to resolve this issue.
I haven't found a solution for this either, strangely only happens on my physical device. Doesn't do this in any simulator, thought it may be a SwiftData issue but doesn't seem likely.
We were also having this issue. It was recommended to make sure that any images you have aren't too big, ideally somewhere around the size of the widget dimensions, that should help fix this problem. Reducing the size of the images we were using as backgrounds to our widgets seems to have helped us.