在iPhone上测试应用程序而无需支付99美元给Apple [英] Test app on iPhone without paying $99 to Apple

查看:161
本文介绍了在iPhone上测试应用程序而无需支付99美元给Apple的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Xcode 3.2.4和iOS 4.1开发了适用于iPhone的应用程序。现在我想在我的iPhone上测试我的应用程序,但我不想注册开发人员计划。我在谷歌搜索并找到了很多教程,但是他们没有工作。

然后我问我是不是因为我使用的是iOS 4.1。有没有办法测试应用程序?

我用iOS 4.1越狱了iPhone 4。

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.

推荐答案

首先,您需要在设备上安装SSH才能通过scp复制文件。

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

构建应用程序并从中获取二进制文件构建目录。使用 scp 将其复制到设备的/ Applications文件夹。使用 chmod -R 755 ApplicationName.app 递归更改权限为755,重新启动iPhone。

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.

我强烈建议您注册开发者计划并向Apple支付他们在创建这个优秀SDK时所做的工作。

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.

这篇关于在iPhone上测试应用程序而无需支付99美元给Apple的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆