Post

Replies

Boosts

Views

Activity

allowsAnyHTTPSCertificateForHost error
I am loading files from the iCloud drive and I am getting the following error message: nil host used in call to allowsAnyHTTPSCertificateForHost NSURLConnection finished with error - code -1002 even though the path to my files begins with file:// It doesn't happen all the time and it doesn't happen on the same file every time. Any ideas why this is happening? Any suggestions as to how to fix this?
1
0
5.5k
Nov ’21
UIDocumentPickerViewController allowMultipleSelection
The UIDocumentPickerViewController is not allowing me to select multiple files when the Search Field is filled with some string. If I search for files in a folder, the select button does not appear even though I set the allowMultipleSelection to true. I am using SwiftUI with UIViewControllerRepresentable wrapper. I set allowMultipleSelection both when I makeUIViewController and when I updateUIViewController. Is there a work-around for this?
0
0
498
Jul ’21
allowsAnyHTTPSCertificateForHost error
I am loading files from the iCloud drive and I am getting the following error message: nil host used in call to allowsAnyHTTPSCertificateForHost NSURLConnection finished with error - code -1002 even though the path to my files begins with file:// It doesn't happen all the time and it doesn't happen on the same file every time. Any ideas why this is happening? Any suggestions as to how to fix this?
Replies
1
Boosts
0
Views
5.5k
Activity
Nov ’21
UIDocumentPickerViewController allowMultipleSelection
The UIDocumentPickerViewController is not allowing me to select multiple files when the Search Field is filled with some string. If I search for files in a folder, the select button does not appear even though I set the allowMultipleSelection to true. I am using SwiftUI with UIViewControllerRepresentable wrapper. I set allowMultipleSelection both when I makeUIViewController and when I updateUIViewController. Is there a work-around for this?
Replies
0
Boosts
0
Views
498
Activity
Jul ’21
iOS CoreData + CloudKit getting CKError values
I am using Swift with the default CoreData + CloudKit template for my app. Is there anyway to get back the CKError values when loading/saving data to iCloud. I'd like to tell the user when they have exceeded their iCloud storage or when their account it temporarily unavailable. --Thanks, Lee
Replies
0
Boosts
0
Views
388
Activity
Oct ’21