Is there a way to try our iOS application on an iDevice without a paid developer account (legally), or we can only try it with the emulator ?
Thanks
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 jailbreak your device, you can easily test your application directly on your device (and even write it on your device if you wish). Just go to http://jailbrea.kr/ to figure out what to use to jailbreak your device. Then, you have to set up xcode to compile without codesigning. After you do this, use a program called “ldid” to sign your binary:
ldid -S myAppsExecutable. Then, just SSH the .app folder over to your device in /Applications, restart springboard (killall SpringBoardon the device), and click the icon.