I have been playing around with NSURLConnection.
Now I'm trying to grab some data from a webpage, but first I need to insert my username and password on the website, in order to get the data.
I want to know:
- How to insert a value into a textfield on the webpage
- How to press the log in button, once I have supplied the username and password
Similar Apps such as "iiQouta" are able to retrieve data by using your username and password.
I'm not sure how they did it, can anyone explain how this kind of application works?