I want to configure one aspect of my networking configuration (the QUIC keepalive interval). This only seems to be configurable via Network.framework’s nw_quic_set_keepalive_interval. Is there any way to apply this to a URLSession? Or do I need to implement the whole connection management myself using Network.framework?
Post
Replies
Boosts
Views
Activity
The "Search for Developers" website (https://developer.apple.com/ios/search/) references the App Search API Validation Tool located at https://developer.apple.com/ios/search/. Clicking the link returns an SSL error. The entire subdomain returns this same error (https://search.developer.apple.com).I reported it through Apple's developer feedback, who told me to file a Radar. I filed a Radar and it came back as "could not reproduce."Can anyone else confirm that this site won't load? Perhaps Apple doesn't experience the SSL issue from within its own network?I need to use the validator!
Our app is seeing sporadic crashes on launch when using dynamic libraries. This is only when running the app store release on device.We are using CocaPods, which seems to be the cause of this issue for other developers, but we aren't seeing it 100% of the time that we run. It's probably less than a tenth of a percent. We've randomly had one user at our office have it occur and grabbed his crash logs. Every time he tries to launch the app it crashes, but for some reason if he enters the app from a push notification it launches fine!For example:Dyld Error Message:
Dyld Message: Library not loaded: @rpath/MoPub.framework/MoPub
Referenced from: /var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/<AppName>
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/Frameworks/MoPub.framework/MoPub: mremap_encrypted() => -1, errno=12 for /private/var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/Frameworks/MoPub.framework/MoPub
/private/var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/Frameworks/MoPub.framework/MoPub: mremap_encrypted() => -1, errno=12 for /private/var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/Frameworks/MoPub.framework/MoPub
/private/var/mobile/Containers/Bundle/Application/5D64892C-E1A7-4BCE-9154-E28B397C7258/<AppName>.app/Frameworks/MoPub.framework/MoPub: mremap_encrypted() => -1, errno=12 for /private/var/mobil
Dyld Version: 370.6(App name obfuscated as <AppName>)Any idea why this would be happening only some of the time?