Top "Afnetworking-3" questions

AFNetworking is a networking library for iOS and macOS.

afnetworking 3.0 Migration: how to POST with headers and HTTP Body

I am trying to make a POST request which has HTTPHeader Fields and a HTTP body to the youtube API. …

ios objective-c post afnetworking afnetworking-3
How to do GET request via AFNetworking?

I added directories AFNetworking and UIKit+AFNetworking to project manager. I use latest library 3.0.4 After I imported file AFNetworking.h …

ios afnetworking-2 afnetworking-3
get responseObject on failure block AFNetworking 3.0

how can I get the response string from failure block in AFNetworking 3.x, In the 2.x version the way to …

ios objective-c afnetworking afnetworking-3
AFNetworking 3.x multipart form upload

I have an upload form like this: <form action="http://localhost/upload.php" method="post" enctype="multipart/form-data"> &…

ios afnetworking-3
JSON Parsing getting Error NSErrorFailingURLKey in IOS

I am trying to print JSON response in first log.But whenever i try to get response from this URL …

ios objective-c iphone json afnetworking-3
AFNetworking 3 x-www-form-urlencoded post data

I'm trying to post data with x-www-form-urlencoded body. Posting via postman, it is ok But i cant do it via …

ios post http-post afnetworking-3