Many people have more than one Google account. I'd like to support multiple Google accounts in my app. I'm having trouble getting a prompt for the user to sign in with a second account.
The user can sign in to one account just fine. Calling sign in the first time results in a call to the delegate with all of the expected values.
When I call signIn again, my app doesn't switch to the Google sign in UI but instead the delegate is called immediately. The values returned to the delegate are for the first account. In that sense, it's working like signInSilently.
I'm using the iOS Google Sign In SDK version 2.1.0. I'm using the iOS simulator.
Does the sign in sdk support more than one account? And if so, how?
My preferred behavior would be for signIn to always prompt the user to sign in.