0

When I use Google Plus/SSO, I see the authorisation screen. There it displays my app name - which is a shortened version of the full product name.

Is there any way I can override the app name in the authorisation screen without renaming my app?

Mitkins
  • 4,031
  • 3
  • 40
  • 77

1 Answers1

1

From the Google Developer Console, select consent screen from the left navigation:

Navigation with consent selected

From there, you can change the application name and other aspects of the consent screen: enter image description here

class
  • 8,621
  • 29
  • 30
  • I've double checked - the full app name is set in the Consent Screen. However, the Google sign in screen doesn't show this string - it shows the name of the Android app – Mitkins Aug 13 '15 at 05:26
  • Got it, I'll see if I can find out more. – class Aug 13 '15 at 22:00
  • 1
    Camel, Can you check and make sure the client ID you're using with your app on iOS matches the client ID specified for your iOS app in the developer's console? It sounds like maybe you are using your Android app's client ID. – Steve Aug 19 '15 at 05:33