Some help needed related to Google Play Games Leaderboard

Hello everyone,
Maybe this question is not related to Unity but as other related forums are useless I am posting this problem here.

Recently I added Google Play Games Leaderboard in my game using Play Games Plugin Unity. And I am little confused in some configurations.

What Scopes do I needed to Add in OAuth Consent Screen?
What Scopes I needed to Add in OAuth Consent Screen Page (Update selected scopes)?


So I checked 3 scopes:
…/auth/userinfo.email
…/auth/games_lite
openid

Did I choose right scopes for showing Leaderboard? Do I need to choose these scopes at all?

What is this new Nonsen?
When I am clicking on PUBLISH APP button in Google Cloud Platform it is showing me this message:
6723166--773461--Capture2.PNG
I didn’t clicked on Confirm yet. Will I need to Verify my app? While I didn’t asked for any sensitive scope.
Please help someone. I previously published my other game 6 months ago and that time I didn’t face any of these Nonsense.

this is something i am also asking myself right now. are any scopes required?

1 Like

check this out, seems to be the answer:
https://stackoverflow.com/questions/59977133/google-play-game-services-not-working-is-oauth-consent-screen-necessary

1 Like

I unchecked all scopes and everything is working fine so far.