The user inputs their username and password to log in the first time.
On subsequent requests, should I just send the username/pass with every HTTPS request made to the server or can I have our server send a cookie to the app and have the app send it back using NSURLConnection or something?
The user inputs their username and password to log in the first time. On
Share
Turns out this isn’t that big of a deal. I was thinking of designing the app more from a web-based perspective, which turns out wasn’t necessary.