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

旧城冷巷雨未停 提交于 2019-11-27 15:32:49

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.

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