Reputation: 31
I developed an Android application that uses GoogleAccountCredential to authenticate with Google and uses the Gmail API. For me, it works fine. I followed all the steps to create the application in an application console.
I installed the application on another phone of my friend and this doesn't work.
I checked my friend's Google account settings - account permission (https://security.google.com/settings/security/permissions) and the application doesn't show up there.
The question is: why the application doesn't show up there? What do I have to do to get my application work?
Thanks.
Upvotes: 0
Views: 621
Reputation: 31
The reason my app doesn't work is because I'm not catch the UserRecoverableException to triggering the intent to get the user authorize for app. For more details take a look here
Now I can see the permision in Google account settings - account permission.
Upvotes: 1