Reputation: 1685
How can I programmatically check if a particular keyboard (in my case, Chinese handwriting) is installed on iOS (4.3)?
Upvotes: 0
Views: 366
Reputation: 44707
Short answer: You can't, at least App Store legally with Apple's public APIs.
A little longer answer: This might be possible with a hacked/jailbroken device, but I have never seen methods to accomplish this task.
Upvotes: 1