Gustash / react-native-smart-lock

React Native implementation of Android Smart Lock
MIT License
10 stars 6 forks source link

Error: no saved credentials #6

Open akhan118 opened 3 years ago

akhan118 commented 3 years ago

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?