-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS7 NSURLSessionDataTask support #31
Comments
Thanks for the feature request and the test 👍 For now my work is focused on finishing my big refactoring in the
As soon as my big |
+1 for getting How can I help? |
BTW... just found this fork: ndonald2@107faaa Looks like it works great. (though it does require that you inject the sessionConfiguration into the creating of the |
@jkrall It's still in my roadmap 😉 Any help appreciated, you could for example at least propose a Pull Request containing at least the Unit Test quoted by @johanforssell — but using my I haven't started investigating yet (I hope I'll have time this weekend), if anyone has pointers on why this fails, it could save me some time too 👍 (Haven't even had time to look at iOS7's |
Thx for the pointer on this fork! Will definitely have a look at @ndonald2 's work |
I will try to get a pull request in sometime today. As @jkrall mentioned there are a few caveats. Also, the static library for |
Done. Version automatically-compatible with Only caveat (but unsolvable) is that Version |
The library is not working with
AFNetworking 2.0.0 RC3
, which uses the newNSURLSessionDataTask
. Are there any plans on getting the library to work with the new NSURLSession-style library?Here's an example which is not working
The text was updated successfully, but these errors were encountered: