Skip to content

iOS 15 Breaks Newsstand Downloads #571

@GennadyK

Description

@GennadyK

Hi,
For those who are still using Baker Framework and have original Newsstand framework for downloads it will not work after iOS15 upgrade: https://developer.apple.com/forums/thread/691289
To fix it you need to replace download functionality with NSURLSessionDownloadTask, using some code examples/tutorials. I used this one and everything works fine after some debugging: https://stackoverflow.com/questions/22278407/nsurlsessiondownloadtask-downloads-but-ends-with-error

Edit:
Here is BKRIssue.m from the working project with NSURLSessionDownloadTask implemented, thanks.
BKRIssue.zip
You would need to compare it with: https://github.com/bakerframework/baker/blob/master/BakerShelf/BKRIssue.m

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions