[Solved] Send requests to a website from an iOS app
You can send requests to a website from an iOS application. You’re probably looking to perform a HTTP action. There is a great guide by the Spring development team which guides you through the process of using RESTful services on iOS, this includes Posting data to a web service. RESTful services also allow you the … Read more