react-native-inappbrowser
react-native-inappbrowser copied to clipboard
iOS openAuth alert message shows BundleName instead of AppName
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?
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.
Hi! I have the same issue, I need to show CFBundleDisplayName instead CFBundleName, its posible to change it?