How to get gmail logged in user detail using GIDSignIn after app restart in Swift iOS

325 Views Asked by At

I have integrated GIDSignIn in iOS swift project. I am able to login and get user detail like email using.

GIDSignIn.sharedInstance()?.currentUser?.profile.email

But when I kill and restart app GIDSignIn.sharedInstance()?.currentUser become nil. And I need to sign in silently in app to get the currentUser detail. Is there any way to get email address of logged in user when app restart without silent sign in?

0

There are 0 best solutions below