Reputation: 9820
Are there any libraries/tools to automate iphone interactions. My research has turned up UIAutomation but this seems to be limited to apps in a local testing environment.
I would like to automate interactions on apps that have been published and downloaded to my iphone. I am familiar with automating and testing in the web space but I am new to Iphone development. I would even appreciate strategies without libraries.
Upvotes: 1
Views: 771
Reputation: 124997
No, there's no way to automate interactions with other applications. For the most part, iOS apps can't interact with each other at all.
Update: Apple’s Shortcuts app provides a degree of scriptability, as does the popular IFTTT (If This Then That). But it’s still not automation at a fine level… you’re not controlling the app’s UI, just sending it messages to perform canned actions. So likely still not what you’re looking for.
Upvotes: 2