2

Back in the old days, before the Emoji keyboard came standard on iOS, you could download an app that allowed you to enable and use the Emoji keyboard. Following this same concept, is it possible for me to define my own keyboard, with my own symbols that users can choose to make available in their iPhone settings?

This is for non-jailbroken iOS devices. If there's a solution for jailbroken devices, I'd take that too (for educational purposes).

Justin Kredible
  • 8,354
  • 15
  • 65
  • 91

1 Answers1

0

No, you cant implement a custom keyboard on a non-jailbroken iOS device which can be accessed outside your app. They were just enabling a keyboard which was already there

Basically you are not allowed to change anything outside your app. So in this case since you have to add this to settings, Apple wont allow that as per its current guidelines(Assuming that your question is about non-jailbroken iOS device where app needs to be pushed to AppStore).

Community
  • 1
  • 1
iDev
  • 23,310
  • 7
  • 60
  • 85