I have integrated google plus in my ios app ,I am able to sign in successfully but I am not able to get email Id of current user that is logged in. I have referd to https://developers.google.com/+/mobile/ios/ and have followed all the steps that are necessary for sign in!
So, How i get current User Mail ID that is Login In Google plus?
This is the easiest and the simplest way of fetching the current logged in user's email id
first create an instance variable of GPPSignIn class
then initialize it in the
viewDidLoad
next implement the
GPPSignInDelegate
in your view controllerhere you can get the logged in user's email id
go to GTMOAuth2Authentication.m file method setKeysForResponseDictionary in dic returns access token at end of method.
and in your controller