Post

Replies

Boosts

Views

Activity

Reply to I can not set my date to be updated in widgetKit
That section of the documentation isn't super clear since it's under the header "Display Dynamic Dates", but it doesn't look like all the date styles are intended to be dynamic and updated in real time. The documentation says that .relative, .offset, and .timer "update automatically," but it says that .date and .time "display an absolute date or time". Have you tried with .timer or .relative?
Aug ’20
Reply to Widget extension showing when built directly to device but not via TestFlight
I can confirm that with Xcode 12, beta 4, the following worked for me: Set DEAD_CODE_STRIPPING to NO Disabled bitcode when uploading to AppStore Connect Installed on iPhone 11 running Public Beta 3 via TestFlight Widgets appeared and looked appropriate in the widget picker interface, but appeared black when installing to home screen. Restarting the device resolved the issue, and the widgets now work
Aug ’20
Reply to Widgets not working with TestFlight since Xcode 12 beta 3
@RawMean I can confirm that with Xcode 12, beta 4, the following worked for me: Set DEAD_CODE_STRIPPING to NO Disabled bitcode when uploading to AppStore Connect Installed on iPhone 11 running Public Beta 3 (via TestFlight) Widgets appeared and looked appropriate in the widget picker interface, but appeared black when installing to home screen. Restarting the device resolved the issue, and the widgets now work.
Aug ’20