我正在编写一个新的 iPhone 应用程序,并想与几个朋友分享它以进行测试、一般反馈和签核。有没有办法我可以做到这一点?
他们位于不同的州,也没有 Mac。
我正在编写一个新的 iPhone 应用程序,并想与几个朋友分享它以进行测试、一般反馈和签核。有没有办法我可以做到这一点?
他们位于不同的州,也没有 Mac。
Edit: I wrote this post a long time ago. Since then, services such as TestFlight have come along which do this entire process. This is really the way to go!
You need to make an ad hoc build which your friends can install on their phones. It's a bit of a pain, but basically, the procedure goes like this:
At this point, the app should be installed on their phone, but lots of things can go wrong, so you should definitely read Apple's documentation on the subject as well.
Note that this procedure won't work unless your friends are using iTunes to sync applications with their phones. Also, as noted, you will need to be a paying developer in ADC to even access any of the Provisioning Portal stuff.
您需要创建一个临时配置文件并使用它构建您的应用程序。然后将 .zip 压缩版本和配置文件发送给您的朋友(可能通过电子邮件)。他们不一定需要 Mac……只要安装了最新的 iTunes,Windows 就可以了。
在iOS Provisioning Portal上有更多信息(包括操作方法)。
所有这一切都假设您已经支付了 99 美元并且是一名注册的 iOS 开发人员。