Integrate Google account login into a iOS app

bruno picture bruno · Mar 15, 2012 · Viewed 16.9k times · Source

I want to login in my iOS App with a Google account. Instead of having a database with users and having to register all the users, I simply login with my existing Google account.

Anyone knows a way of doing this, or a tutorial?

Answer

Eddy Freddy picture Eddy Freddy · Mar 15, 2012

Google Accounts Authentication and Authorization for Mobile Apps has fairly detailed instructions for authenticating Google account users and includes iOS-specific steps.