Test app on iPhone without paying $99 to Apple [closed]

半世苍凉 提交于 2019-11-26 22:25:22

问题


I developed an app for iPhone with Xcode 3.2.4 and iOS 4.1. Now I want to test my app on my iPhone, but I don't want to enroll for a developer program. I searched in google and found a lot of tutorials, but they are not working.
Then I asked me if it is because I use iOS 4.1. Is there a way to test the app?
I've a jailbroken iPhone 4 with iOS 4.1.


回答1:


First, you need to install SSH to your device to be able to copy files via scp.

Build your application and grab the binary from your build directory. Copy it to the device's /Applications folder using scp. Change the permissions to 755 recursively using chmod -R 755 ApplicationName.app, reboot your iPhone.

And I strongly encourage you to enroll in the Developer Program and pay Apple for the work they have done in creating this great SDK.



来源:https://stackoverflow.com/questions/4024704/test-app-on-iphone-without-paying-99-to-apple

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!