My App is Whitelisted for getting EmailID.
On first login we are able to get user EmailID from the following method:
var twiterClient = TWTRAPIClient()
twiterClient = TWTRAPIClient.withCurrentUser()
twiterClient.requestEmail { (respStr, clientError)
But on logout and re-login requestEmail is not giving user EmailID.
Did someone notice this?
I really need some help about that, please.