I got a request, where I need to write to code for a Someone. But they want me to write on their machines instead Remotely.
Does any one know any software by which i can access someone else screen remotely?
Yes i can use VNC or Microsoft Remote Desktop but then the Question is then, How will i run that code from Xcode on my end into the Real device for testing.
Two immediate solutions:
you can generate adhoc build and install on any device with the developer approved provisioning profile.
generate ipa and install on a JB device.