AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
I want to install AFNetworking but I have a problem, how can I fix and install? I used Getting Started …
ios xcode git afnetworking cocoapodsI am using AFNetworking with iOS 11. I am getting error like: Task <2EC9C49F-1889-4BFF-83B4-2047…
ios swift afnetworking app-transport-securityI have a use case that should be rather common but I can't find an easy way to handle it …
ios networking afnetworkingI am using AFNetworking to get data from a server: -(NSArray)some function { AFJSONRequestOperation *operation = [AFJSONRequestOperation JSONRequestOperationWithRequest:request success: ^(…
objective-c block afnetworkingI have a problem: I used AFNetworking to get data from server, i used NSOperationQueue to add many operation to …
ios objective-c afnetworking mbprogresshudhow 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-3I'm using the most excellent AFNetworking library in a project that I'm currently upgrading to iOS 6. I'm in the middle …
xcode afnetworkingI want to play a audio and video file i dont have the URL of these file. I am downloading …
ios objective-c afnetworking mpmovieplayer movieI'm getting "NSURLErrorDomain Code=-1004" error with Alamofire API calls, but only for few seconds after app started (or took …
ios ios9 afnetworking alamofireI have a toy app which submits an https JSON/POST using basic auth security. I've been told I should …
ios objective-c json afnetworking afnetworking-2