简体   繁体   English

将iPhone应用程序分发给测试人员?

[英]Distribute iPhone app to testers?

I am working on my iphone app and now I want to send my app to my testers. 我正在开发我的iphone应用程序,现在我想将我的应用程序发送给我的测试人员。 But how should I send it to them ? 但是我应该如何发送给他们呢? Plus, they don't have an Xcode. 另外,他们没有Xcode。 Is it necessary? 有必要吗?

Take a look at Test Flight. 看看Test Flight。 We are currently using it and it offers a lot of great tools and is very easy to set up. 我们目前正在使用它,它提供了很多很棒的工具,并且很容易设置。

testflightapp.com testflightapp.com

It distributes it adhoc and then you can push it directly to the testers and allows you to see install statuses. 它将adhoc分发,然后您可以将其直接推送给测试人员,并允许您查看安装状态。 Time spent and other analytic tools. 花费的时间和其他分析工具。

To answer your other questions. 回答你的其他问题。 The don't need Xcode. 不需要Xcode。 They just need to have their UDID registered on your apple account. 他们只需要在您的苹果帐户上注册他们的UDID。 They will get sent an email that will ask to download the latest release. 他们将收到一封要求下载最新版本的电子邮件。 The app then installs over the air. 该应用程序然后安装在空中。

Since iOS 4.0, users have been able to install Ad-Hoc apps over the air. 自iOS 4.0起,用户就可以通过无线方式安装Ad-Hoc应用程序。 Please note you're required to get the testers' device UDIDs and add them to your device list on developer.apple.com and to the app's the provisioning profile. 请注意,您需要获取测试人员的设备UDID并将其添加到developer.apple.com上的设备列表以及应用程序的配置文件中。

You can host the IPA yourself, but I would recommend using TestFlightApp.com . 您可以自己托管IPA,但我建议您使用TestFlightApp.com

Macworld wrote a decent article about the gist of it, and TestFlight is fairly straightforward to use, especially since it allows you to send an email or link to your testers and collect the needed UDID from them. Macworld撰写了一篇关于它的要点的体面文章 ,TestFlight使用相当简单,特别是因为它允许您向测试人员发送电子邮件或链接并从中收集所需的UDID。

Try diawi . 试试diawi I find it very simple and very friendly to use. 我发现它非常简单,使用起来非常友好。 Also there is no wait in the queue type registration stuff . 队列类型注册中也没有等待。 When you open it just drag and drop the .ipa file and the provisioning profile. 当您打开它时,只需拖放.ipa文件和配置文件。 To verify whether or not your app has been installed, just add your email id in the field mentioned and you will get a confirmatory email about your app installation. 要验证您的应用是否已安装,只需在上述字段中添加您的电子邮件ID,您将收到有关您的应用安装的确认电子邮件。 For installation at the tester's end they simply need Safari to install the app and the profile. 要在测试人员端安装,他们只需安装Safari即可安装应用程序和配置文件。

Below are the steps to create .ipa file (xcode 4.2) 以下是创建.ipa文件的步骤(xcode 4.2)

Select iOS Device>Go to Product>Archive>Share>Choose iOS App Store Package (.ipa)>Provide a path to save. 选择iOS设备>转到产品>存档>共享>选择iOS App Store包(.ipa)>提供保存路径。

Easily done!!! 轻松完成!!!

From 26 feb 15 Testflight is closed their service... 从2月26日起,Testflight关闭了他们的服务......

I have used new link for creating installation link of ipa and distribute link to your client, tester etc. 我使用新链接创建ipa的安装链接,并将链接分发给您的客户端,测试人员等。

  1. open this link 打开这个链接

    http://www.diawi.com/index.php http://www.diawi.com/index.php

  2. upload provisioning profile(drag and drop) to their dashboard. 将配置文件(拖放)上传到其信息中心。

  3. upload ipa(drag and drop) to their dashboard. 将ipa(拖放)上传到他们的仪表板。
  4. click on send button. 点击发送按钮。 after that copy generated link and share to your client and tester. 之后,该副本生成链接并分享给您的客户和测试人员。

With iOS 8, Xcode 6, iTunes Connect and TestFlight you don't need UDIDs and Ad Hocs anymore. 使用iOS 8,Xcode 6,iTunes Connect和TestFlight,您不再需要UDID和Ad Hoc。 You will just need an Apple ID from your beta tester. 您只需要来自Beta测试人员的Apple ID。 Right now you can only beta test your app with 25 internal testers, but soon 1000 external testers will be available too. 目前,您只能使用25个内部测试仪对您的应用进行beta测试,但很快就会有1000个外部测试仪可用。 This blog post show you how to set up a beta test with internal testers, 此博客文章向您展示如何使用内部测试人员设置beta测试,

http://blog.thebetafamily.com/2014/09/10/testflight-beta-testing-ios-8/ http://blog.thebetafamily.com/2014/09/10/testflight-beta-testing-ios-8/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用App Store向测试人员分发游戏? - Using the App Store to distribute games to testers? 将我的iOS应用程序分发给测试人员的最佳方式? - Best way to distribute my iOS app to testers? 通过运营商分发iPhone App - Distribute iPhone App by Carrier 如何将 Enterprise Xamarin Forms IOS 应用分发给 beta 测试人员 - How to distribute Enterprise Xamarin Forms IOS app to beta testers 为没有Cydia的越狱iPhone分发未签名的应用程序iPhone - Distribute unsigned app iPhone for jailbroken iPhone with no Cydia iphone app beta测试人员是否需要开发人员的许可证? - do iphone app beta testers need a developer's license? 为什么我的测试人员不能测试我的iPhone应用程序? - Why are my testers not allowed to test my iphone app? 如何在不获取UDID或越狱的情况下分发iPhone应用进行测试? - How to distribute an iPhone app for testing without getting UDIDs or jailbreaking? 如何将企业iOS应用分发到特定的iPhone设备类型 - How to distribute enterprise iOS App to specific iPhone device types 如何通过Testflight分发应用程序以在iOS 7上对Beta版iPhone应用程序进行Beta测试 - How to distribute app through Testflight for Beta testing iPhone apps on iOS 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM