Create custom international keyboard for iPhone(为 iPhone 创建自定义国际键盘)
问题描述
是否可以利用 iPhone 的国际键盘功能并创建可在整个手机上使用的自定义键盘,而不仅仅是在特定应用程序中使用?
Is it possible to take advantage of the international keyboard feature for the iPhone and create a custom keyboard that can be used over the entire phone not just within a particular app?
类似于 Emoji 键盘,但我的印象是它在某种程度上是 iOS 原生的,并且默认情况下只是被禁用?
Similar to the Emoji keyboard but I'm under the impression that's somehow native to iOS and is just disabled by default?
我已经看了很多关于这个的问题,我只是想得到一个明确的答案.
I've looked at a lot of the questions on here regarding this, I'd just like to get a definitive answer.
推荐答案
根据 Apple 的提交指南:
- 2.5 使用非公开 API 的应用将被拒绝
- 2.6 在指定容器区域外读写数据的应用将被拒绝
没有用于添加额外键盘的公共 API.
There are no public APIs to add an additional keyboard.
存储键盘数据的文件肯定存储在应用容器之外.
The files that store keyboard data are definitely stored outside of your app's container.
简而言之:目前无法在未越狱的 iOS 设备上实现自定义全局键盘.
In short: There is no way to implement a custom global keyboard on a non-jailbroken iOS device at this point in time.
这篇关于为 iPhone 创建自定义国际键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为 iPhone 创建自定义国际键盘
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01