LockScreen widget in Flutter?

At the time of this writing, there are no known plugins that do that. There are two options moving forward, based on timeline for when you need this functionality: Wait for someone to create a plugin that does this Create the plugin yourself. Follow the Apple Docs and write a custom Flutter plugin (and then … Read more

In Xcode 14 & iOS 16 purple warnings starting with ‘This method should not be called on the main thread as it may lead to UI unresponsiveness.’

Good in-depth reply from an Apple employee on the forums. The poor interaction between WKWebView, Security framework, and this Xcode feature is a known issue (r. 94019453). We plan to address it at some point but I don’t have any info to share as to when that’ll happen.

SKStoreProductViewController crashes for unrecognized selector named sceneDisconnected: in iOS 15.6 beta5

Looks like this was fixed in the iOS 15.6 release candidate that was realeased today. Sept 14 2022 Update: Apple re-introduced this crash in the official 15.7 release. It only seems to happen when the app is force quit so it should not affect users. I’ve filed a ticket to Apple on feedbackassistant.apple.com and would … Read more

tech