Re: iOS, handling communicating to a server with a "Not Trusted" SSL cert.

2021-04-20 Thread Alex Zavatone via Cocoa-dev
Thanks Matt. A world of good information in there. One thing that’s odd though is that we’re issuing an NSURL loadRequest to a WKWebView. I’d expect that a simple blanket NSAppTransportSecurity allow arbitrary loads or an allow arbtrary loads in web content would allow the invalud cert to

ModalPresentationStyle Fullscreen

2021-04-20 Thread Laurent Daudelin via Cocoa-dev
When presenting a view controller with a fullscreen modal presentation style in landscape, should the view extend all the way down, below the home indicator on recent iPhones? -Laurent. -- Laurent Daudelin

Re: /Library/Application Support off limits?

2021-04-20 Thread Flavio Donadio via Cocoa-dev
Davidap, I did a couple Google searches and found this: https://stackoverflow.com/questions/48193641/how-to-write-to-local-application-support-directory-on-os-x It seems this directory would only be good for data that is written when the app is installed. That directory

Re: /Library/Application Support off limits?

2021-04-20 Thread Davidap via Cocoa-dev
Hi, Shared data is common to all users, but the user never edits its content. The file contains encrypted data for the correct operation of the program. You are thinking of a typical text editor, for example, but it is not something like that. In this case, I need shared data for all users