vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 65 forks source link

[iOS] - Popup name edit #204

Closed varshiludani closed 10 months ago

varshiludani commented 10 months ago

Is there a way to control this name being displayed on webAuth.authorise call?

image

I currently also have the following structure in the app.json.

{ "name": "Appname", "displayName": "My cool App Name" }

Can I change the popup to to use the display name?

Thanks team.

varshiludani commented 10 months ago

[SOLVED] - The library is using ASWebAuthenticationSession. From iOS 15, looks like you can use CFBundleName to change the name.

vmurin commented 10 months ago

Thank you very much for sharing the solution 🙏🏻❤