Most voted "afnetworking" questions
Afnetworking is a network (network) library for iOS and macOS.
Learn more…6 questions
Sort by count of
-
1
votes2
answers119
viewsHow to send data to web service using Afnetworking?
I have a form that must be filled in the application and sent to the web service to register a new user. How could I send this data to the web service using Afnetworking 2.0? I tried to use the code…
-
0
votes1
answer226
viewsHow to resolve this error by returning from web service access?
I’m developing an app that consumes data from a web service and using Afnetworking to make the requisitions. During the testing phase the app worked and received the data normally. So I exported the…
-
0
votes1
answer73
viewsAftnetworking on iOS 8.1.1 is having problems?
I recently developed an app that uses Aftnetworking 2.0 and ran tests on my physical device using iPhone 4S iOS 8.0. But customers who are with iOS 8.1.1 can not send the data of a registration.…
-
0
votes1
answer28
viewsAfnetworkreachabilitystatus with inconsistent values when reestablishing connection
I’m trying to use the Restkit framework to observe the changes in the connection through the method setReachabilityStatusChangeBlock class AFHTTPClient. As soon as the application starts I get the…
-
0
votes1
answer46
viewsBasic authentication using Afnetworking
How can I do a basic HTTP authentication using Afnetworking in Objective - C ?
-
0
votes1
answer104
viewsHow to parse a Json with 2 columns in Objective-C?
In a Get using PHP I am making the request of 2 columns this way: <?php include 'conexao.php'; header('Content-Type: text/html; charset=UTF-8'); //Converte para UTF8 os resultados da query…