18.4 broke URLSession Downloads

Getting cannot parse response on all downalod tasks. Example output

    "BackgroundDownloadTask <E277D3D6-2FF0-4574-A617-1612ED779151>.<1>",
    "LocalDownloadTask <E277D3D6-2FF0-4574-A617-1612ED779151>.<1>"
), NSLocalizedDescription=cannot parse response, _kCFStreamErrorDomainKey=4, NSErrorFailingURLStringKey=https://traffic.megaphone.fm/ESP7536701051.mp3?updated=1740573440, NSErrorFailingURLKey=https://traffic.megaphone.fm/ESP7536701051.mp3?updated=1740573440}

Can't seem to find a workaround that i can push for app to work with 18.4 beta. Can't believe that beta went to the public.

Answered by DTS Engineer in 826820022

Thanks for testing with the beta. The good news is that, when you encounter problems this early, it’s more likely that they’ll get fixed before the release ships.

To that end, I recommend that you file a bug about this. Make sure to include a sysdiagnose log taken shortly after reproducing the problem. To get the best log, follow the CFNetwork for iOS/iPadOS instructions on our Bug Reporting > Profiles and Logs

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thanks for testing with the beta. The good news is that, when you encounter problems this early, it’s more likely that they’ll get fixed before the release ships.

To that end, I recommend that you file a bug about this. Make sure to include a sysdiagnose log taken shortly after reproducing the problem. To get the best log, follow the CFNetwork for iOS/iPadOS instructions on our Bug Reporting > Profiles and Logs

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Turns out i had a some code that wasn't a problem until 18.4. so it was me, not you. All good now

18.4 broke URLSession Downloads
 
 
Q