Conor Taylor
Conor Taylor

Reputation: 3108

Passing string value to site to be authenticated iOS

I'm trying to set this up where the user gives username and password in-app, and the app sends these strings to a server (http://www.brsgolf.com/landb/) to be authenticated. Then the app allows the user access some content or whatever.

The thing is, I want it all done in-app, I don't even want WebView's. What is the best approach?

Upvotes: 0

Views: 66

Answers (1)

giorashc
giorashc

Reputation: 13713

I advice you to use NSURLConnection

Upvotes: 1

Related Questions