iPhone 用户界面自动化

发布于 2024-10-14 20:05:19 字数 116 浏览 1 评论 0原文

您好,使用新的 UIAutomation API 可以在应用程序中实现 UI 自动化,我的问题是也可以对内置应用程序执行此操作,或者更准确地说,可以使用 UIAutomation API 完成/结束语音通话或发送短信吗

HI, Using the new UIAutomation API one can automate UI in an app, my question is can it be done for an inbuilt app as well or to be more precise can one finish/end the voicecall or send an sms using the UIAutomation API

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

偏爱自由 2024-10-21 20:05:19

此外,我会检查 Intsruments 文档,如苹果公司的一份文档所述:

注意:为了保护您的利益,
仪器不允许您
处理任何不符合条件的申请
使用您的配置进行代码签名
轮廓。这包括任何副本
已从 iTunes App 下载
商店。

Additionally I would check Intsruments documentation, as in one of documents apple says:

Note: For your protection, the
instrument does not allow you to
process any application that is not
code-signed with your provisioning
profile. This includes any copy that
has been downloaded from the iTunes App
Store.

紫竹語嫣☆ 2024-10-21 20:05:19

UI 自动化 API 旨在用于自动化测试,而不是运输应用程序中的自动功能。

要回答您的问题,不可以,您无法使用自动化 API 控制其他应用程序(例如短信或电话)的 UI。

如果您向 App Store 提交包含这些 API 的应用程序,我确信您的应用程序很快就会被拒绝。

The UI automation APIs are intended for automated testing, not automatic functionality in a shipping app.

To answer your question, no, you cannot control the UI of other apps such as SMS or Phone using the automation APIs.

If you submit an app to the App Store that contains these APIs I'm pretty sure your app will be rejected very quickly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文