I am currently in the process of building an email client app for iOS, and after that, the Mac. At the moment I am working on users being able to sign in to their Gmail account so that they can manage emails with within the app.
One of the first steps with working with the Gmail API is to be able to sign in. At the moment I have implemented GoogleSignIn which is one of a few ways that Google allows you to authenticate.
[Read more…]