I’m working on an app where the user can search a database with several languages.
I want to know which keyboards are installed on his device, if he doesn’t have a specific one I can show a popup and explain him how to install it.
How to get it?
I’m working on an app where the user can search a database with several
Share
You can find it in NSUserDefaults:
I tested it on iOS Simulator (iOS 5.0). I have only US keyboard installed. Contents of defaults:
Then I added russian keyboard and contents of NSUserDefaults become:
So, you need to use AppleKeyboards and AppleKeyboardsExpanded keys.