Search code examples
iosxcodecustom-keyboard

Custom Keyboard Name without "KeyboardName - HostAppName" scheme


I have small problem, I have changed Bundle Display Name in info.plist to "MyName", but unfortunately in Keyboard Choice Menu it still shows as "MyName — HostAppName". Is that possible to change something to show "MyName" only?

Thanks in advance! And yes I have searched through entire STO to find anything about that :)


Solution

  • I too was wondering how to achieve this, especially after Swiftkey was able to have a single name. To do this both the Bundle display name in both info.plist files must be the same.

    The moment they are different then they will display with separated string.

    I hope this helps.