Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set the project name in the Google iOS Sign-In screen?

I have Google sign-in working, but the OAuth screen says:

Project Default Service Account would like to:

  • View your email address
  • View your basic profile info

I want it to say Project instead of Default Service Account.

like image 949
Stevey Avatar asked Nov 18 '16 03:11

Stevey


People also ask

What is iOS client ID?

the iosClientID is simply the id you get when you download your plist file.


1 Answers

First you need to go to google console with this link https://console.developers.google.com/apis/credentials/consent

Then in the console select your project for which you want to change the name like this

enter image description here

Then from the three dots in the left select Project Setting

enter image description here

In Project Setting change the name of your Project

enter image description here

This will change the display name.

Edit

Updated URL as per the comment of Steven Soneff

like image 93
Rajat Avatar answered Sep 28 '22 10:09

Rajat