Without iPhone Developer Program, can we push the App to Iphone Device, bypassing code signing and provisoning the device.
I need this as part of testing my test app. I do have a Jailbroken Iphone 3.1.3, Xcode 3.2.5, SDK 4.1
Pls help out.
If you wan't to do kind of automatic testing with something like hudson/jenkins it's basically the only way of automating deployment on physical iOS device (you can also use the iOS simulator).
You can install openssh from cydia and do a normal scp to the application folder (/Applications).
check this.
Okay?