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.
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.