I followed the example to the dot and I'm getting no saved credentials.
I checked your code and it looks like Google is saying SIGN_IN_REQUIRED.
The client attempted to connect to the service but the user is not signed in. The client may choose to continue without using the API. Alternately, if Status.hasResolution() returns true the client may call Status.startResolutionForResult(Activity, int) to prompt the user to sign in. After the sign in activity returns with Activity.RESULT_OK further attempts should succeed.
How come I didn't get a prompt asking me to sign in?
Hi there,
I followed the example to the dot and I'm getting no saved credentials.
I checked your code and it looks like Google is saying SIGN_IN_REQUIRED.
The client attempted to connect to the service but the user is not signed in. The client may choose to continue without using the API. Alternately, if Status.hasResolution() returns true the client may call Status.startResolutionForResult(Activity, int) to prompt the user to sign in. After the sign in activity returns with Activity.RESULT_OK further attempts should succeed.
How come I didn't get a prompt asking me to sign in?