I had an similar issue with [MFMailComposeViewController canSendMail]. If the default account selected doesn't have the mail enabled, but other accounts (not default) have it [enabled], the use case is that canSendEmail returns NO, or MFMailComposeViewController should select the first account available?
Post
Replies
Boosts
Views
Activity
I totally support you! Not even a note in the Release Notes of Xcode 11.4. I'm struggling with a similar problem for days now and the only thing that I have to support my need for recompilation of a third-party lib is a forum's answer. That's not good. This kind of disruption is not helpful for anyone.
Edford this must be added to the release notes of Xcode. I'm struggling with this problems for days. I saw others post about the subject, and not a piece of documentation is presented to confirm your answers. If we use a third-party lib this will break our code, and we need to know the reason things stopped working from day to night.
Simone, if I understood right your question, WKWebView can be used starting from iOS 8+ SDK. Docs on that. https://developer.apple.com/documentation/webkit/wkwebview