Post

Replies

Boosts

Views

Activity

Comment on iOS15 show you don’t have permission to access “Caches” with Newstand download
Hi dondontam, I have a working code. Will need to clean it up a bit and hopefully will publish it at https://github.com/bakerframework/baker rather sooner than later, thank you! Edit: Just would like to add that I used this code here as the base: https://stackoverflow.com/questions/22278407/nsurlsessiondownloadtask-downloads-but-ends-with-error
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Comment on iOS15 show you don’t have permission to access “Caches” with Newstand download
I hoped for iOS 15.0.1 but unfortunately it didn't fix the problem. If NSURLSessionDownloadTask works for you then you may use it instead of NSURLConnectionDownloadDelegate. Right? Or does the use of NSURLSessionDownloadTask have any drawbacks? Thanks We are using Baker Framework app and do small changes to it when required, but I'm not full-time Xcode developer and it's a bit hard for me to replace NSURLConnectionDownloadDelegate with NSURLSession. This is where the download takes place: https://github.com/bakerframework/baker/blob/master/BakerShelf/BKRIssue.m
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21