I am currently developing an application , that will be published on appstore. I only need for my application to be able to send a json file to a server. I am currently using asihttprequest for this ONLY post method , but this class is not longer developed by the developer. What i want to ask is , if the latest version of asihttprequest is reliable for an application or if i should use an alternative? If yes , please provide me an alternative.
Share
I would go either for MKNetworkKit or AFNetworking.