So, I have an iPhone actual device here. And I have an app on there, say Tinder.
Let's say I want to write some automation that would automate some actions within Tinder.
I cannot find any documentation online, on how to setup a way to automate, on my real device using appium to open the Tinder app and swipe left or right.
I was told it has something to do with installing appium server directly on the iPhone and have your code connect into the appium server on the phone to automate that way. But again, can't find any documentation on this.
Can someone point me in the right direction? I would like to write the automation that interfaces with appium using ruby.
Thanks.