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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?