Post

Replies

Boosts

Views

Activity

Reply to Background Transfer Service and Client Certificates
Hi eskimo,Are client certificate authentication challenges in a background session still not supported as of iOS 13.3.1?My background session delegate's urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge....) method and associated completion handler are being called but I'm seeing the following in the logs.CredStore - copyIdentPrefs - Error copying Identity cred. Error=-25300, query={ class = idnt; labl = "[REDACTED]"; "r_Ref" = 1; }If I attempt the same upload on a non-background session with the same callbacks triggered, everything runs fine.Thank you.
Apr ’20
Reply to Add explanation to LibraryItem
@kcathey This would be great to have. Just as Apple has documentation for their own LibraryItems, the SwiftUI views in my framework can be quite complex and providing similar doc for users of my views would be great. In fact - I just expected this would be supported out of the box by adding DocC style doc to my library items. Having no way to add details and leaving users with this screen is not a great developer experience:
Apr ’23