Post

Replies

Boosts

Views

Activity

Reply to iOS17.0 quic_recovery_declare_packets_lost Crash
Hi @eskimo, we also have such crashes, I have sent them in FB13169200
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to iOS17.0 quic_recovery_declare_packets_lost Crash
We see zero crashes starting from 22 of September (iOS 17.0.1 release date?), previously it was 5–10 crashes per day. We will continue to watch.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to URLSession is broken in iOS 18.4 RC Simulator
For me downgrading TLS to 1.2 fixes the issue: let configuration = URLSessionConfiguration.default #if targetEnvironment(simulator) configuration.tlsMaximumSupportedProtocolVersion = .TLSv12 #endif let session = URLSession(configuration: configuration)
Replies
Boosts
Views
Activity
Apr ’25