parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 864 forks source link

Background NSURLSession Support #183

Closed nlutsenko closed 5 years ago

nlutsenko commented 8 years ago

This issue is to track a possibility of adding background NSURLSession support for all or some of the network requests in Parse SDK. While it would be useful for every piece of the SDK, PFFiles would benefit tremendously from it.

cc @grantland @richardjrossiii @jonathandann

christianpbrink commented 8 years ago

I'm implementing my own download+caching system for use with PFFile URLs because I need this.

drbarto commented 8 years ago

Any news on this feature?

Is there a way to get access to the NSURLSession or provide a custom (background-enabled) NSURLSessionConfiguration without patching the Parse lib?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide