proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.29k stars 220 forks source link

iOS openAuth alert message shows BundleName instead of AppName #403

Open suthat opened 1 year ago

suthat commented 1 year ago

Using openAuth in iOS 14.x for both actual iPhone and emulator.

Apple (iOS) will ask users for permission to allow the app and website to share information. However, instead of showing "AppName", the OS shows "bundle-name" instead.

How should I fix it?

Misterdjack commented 1 year ago

I think most everyone would prefer to use the App name. Not familiar with the code so would be quite the learning curve to open a PR but if any existing contributors aren't available for awhile I can take a stab at it.

gustavojg commented 1 year ago

Hi! I have the same issue, I need to show CFBundleDisplayName instead CFBundleName, its posible to change it?