'Modify AppAuth alert

I am using AppAuth (0.95) to access google mail on my IOS app. Before redirecting to google sign-in, i get an alert with this message.

'Appname' wants to use google.com to sign in. This allows the app and website to share information about you

'appname' wants to use google.com to sign in.

Looks like Appname is the apps bundle name. Is it possible to change it to the apps display name. Or not have the alert at all?



Solution 1:[1]

In short, you can go to "Build Settings" and change the "Product Name."

enter image description here

There's also a similar question here:

Solution 2:[2]

The alert dialog is as a result of using SFAuthenticationSession. It cannot be edited or bypassed. Unless you rename your project

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kgaidis
Solution 2