Questions tagged as 'afnetworking'

2
answers

How to send data to web service using AFNetworking?

I have a form that must be completed in the application and sent to the web service to register a new user. How could you send this data to the web service using AFNetworking 2.0? I tried to use the code below, but returned an error: NSD...
asked by 05.11.2014 / 19:07
1
answer

AFTNetworking in iOS 8.1.1 is in trouble?

I recently developed an app that uses AFTNetworking 2.0 and tested on my device using iPhone 4S iOS 8.0. However, iOS 8.1.1 customers can not send data from a registration. Unfortunately, I do not have a device with iOS 8.1.1 and I do not int...
asked by 21.11.2014 / 22:42
1
answer

AFNetworkReachabilityStatus with inconsistent values when re-establishing connection

I'm trying to use the RestKit framework to observe the changes in the connection through the setReachabilityStatusChangeBlock method of the AFHTTPClient class. Once the application is started I get the AFNetworkReachabilityStatu...
asked by 28.05.2015 / 10:44
1
answer

How to parse a Json with 2 columns in Objective-C?

In a Get using PHP I'm 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 mysql_set_charset('UTF8'); //Retorna resultado query...
asked by 19.02.2015 / 02:53
0
answers

Error trying to use AFNetworking downloadProgress in Obj C

I'm trying to use progressBar with the Objective C language to show the progress of the download using the AFNetworking class method, like the following code: AFURLSessionManager *manager = [[AFURLSessionManager alloc] initWith...
asked by 03.01.2019 / 02:51
0
answers

Encoding 'br' is not supported. Only supports gzip or deflate encoding

I have an IOS application, where in a recent post she started to give me the error below when I use the HTTPS protocol. Using the HTTP protocol it works. The only difference between the previous publication where everything worked and the cur...
asked by 30.07.2018 / 23:54
1
answer

Basic authentication using AFNetworking

How can I do basic HTTP authentication using AFNetworking in Objective - C?     
asked by 25.07.2015 / 05:25
1
answer

How to solve this error returning from access to the web service?

I'm developing an app that consumes data from a web service and using AFNetworking to make requests. During the testing phase the app worked and received the data normally. So I exported the database to the web service online and had the fo...
asked by 08.11.2014 / 00:09