Control the Watch Dogs 2 ingame phone with your iPhone.
Tested with iPhone SE
Tap is return or space key.
Swipes are the arrow keys.
Screen edge swipes the Q and E keys
Maps and Camera movable with phone accelerometer, but buggy yet!
Download link (only for non commercial use):
*removed the download link, because some people got virus alert.
Python file only for non commercial use (source of WD2Python.exe):
Code under update, not compatible yet with the old Xcode part.
(added better accelerometer using in map, port selecting)
Until you can use the old exe. Download link above.
The (python) server file, run on the pc. Its start a socket server with the pc local ip address and the 5555 port. The iPhone connect to this server, and send data when swipe or press buttons. Depending on received data, the python program emulate keyboard key press.
At the first iPhone app run need to go to the options and set the pc ip address. (Server will print that (eg:192.168.1.7)).
WD2Python (server) need to allowed on firewall, iPhone and pc need to be on same network!
I can share the iPhone app xcode project only.
You need to compile it in xcode, because i have only free license, and i think cannot upload this program to store anyway. You can use virtual machine for that, not need mac.