问题描述
我已经创建了一个应用,我想将其发送给其他人进行测试.)
他有iPhone和Mac,但Mac上没有xcode.(他不是iPhone程序员)所以
如果我发送了.app文件,他可以在他的iPhone上对其进行测试吗?如果没有,我还能怎么做?
这是我的第一个应用程序:),我不知道在真实设备上进行测试.所以请帮助我.
先谢谢了.:)
您需要执行所谓的临时分发",这需要创建一个特殊的临时配置配置文件,其中包括测试人员的设备UDID.
我强烈建议 http://testflightapp.com/,因为它大大简化了临时构建的分发./p>
I have created an app and I want to send that to another person for testing it. )
He got an iPhone and a mac, but doesn't have xcode on his mac. (he is not an iphone programmer) So,
If I send the .app file, can he test that on his iPhone? If not, how else I can do this?
This is my first app :) and I have no idea about testing on real devices. So please help me.
Thanks in advance. :)
You need to do what's called "ad-hoc distribution", which requires creating a special ad-hoc provisioning profile that includes your tester's device UDID.
I highly recommend http://testflightapp.com/ as it greatly simplifies distributing your ad-hoc builds.
这篇关于如何通过安装.app(二进制)文件在设备上测试应用?(不使用Xcode进行测试)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!