I need to develop a new app or code to simulate user interface in another already existing app and get textFields, messages, etc results. Something like KIF (https://github.com/square/KIF), but I would like it to be independently compiled (not embedded in the same project).
Any ideas?
I need to develop a new app or code to simulate user interface in
Share
If I understand correctly, you want to have App A to be able to interact with the UI of App B.
This is not possible.