Posts

Post not yet marked as solved
3 Replies
11k Views
I have a view with a signle UITextField in it. When the secure text entry is enabled the password autofill appears on the soft keyboard on iOS 12. I have tried changing the content type of the UITextField to values other than username or password (i.e. nickname, city) but password autofill still appears. Is there a way to disable password autofill on iOS 12? I am using XCode 10.0 beta 6 & iOS 12 Beta 10.
Posted
by platons.
Last updated
.
Post not yet marked as solved
3 Replies
2k Views
We have a test app that performs http requests (using NSURLSession) to a local server on localhost. Since Xcode11b2 (it is working on b1) we are receiving the following error when we are running our UI tests (ui test runner):Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection."On the plist of this test app we have defined the following:NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionDomains localhost NSTemporaryExceptionAllowsInsecureHTTPLoadsIs there anything new we need to modify for iOS13?Thanks!
Posted
by platons.
Last updated
.