iPhone 用户界面自动化
您好,使用新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此外,我会检查 Intsruments 文档,如苹果公司的一份文档所述:
Additionally I would check Intsruments documentation, as in one of documents apple says:
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.