ios - Create custom international keyboard for iPhone -


is possible take advantage of international keyboard feature iphone , create custom keyboard can used on entire phone not within particular app?

similar emoji keyboard i'm under impression that's somehow native ios , disabled default?

i've looked @ lot of questions on here regarding this, i'd definitive answer.

as per apple's submission guidelines:

  • 2.5 apps use non-public apis rejected
  • 2.6 apps read or write data outside designated container area rejected

there no public apis add additional keyboard.

the files store keyboard data stored outside of app's container.

in short: there no way implement custom global keyboard on non-jailbroken ios device @ point in time.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -