Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get suggested invitees failed due to error code: 3

I'm trying to run App Invites demo on a kitkat device but it returns

Get suggested invitees failed due to error code: 3

and soon after

Create invitations failed to error code: 3

What kind of error is it? Where i can find an error list?

like image 532
Tostis Avatar asked Oct 20 '22 04:10

Tostis


1 Answers

In my experience, this happens when the SHA-1 signature of your app is not compatible with the Android API key specified in the Google Developer Console

If you don't care which app invites you, then you might want to consider removing app/signature restrictions. Otherwise, simply add them.

like image 113
Mark Avatar answered Dec 31 '22 18:12

Mark