react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

iOS openAuth alert message shows BundleName instead of AppName

Open suthat opened this issue 3 years ago • 2 comments

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?

suthat avatar Feb 07 '23 08:02 suthat

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.

Misterdjack avatar Mar 15 '23 15:03 Misterdjack

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

gustavojg avatar May 25 '23 08:05 gustavojg