iPhone 即席分发,无需提前获取用户详细信息
无论如何,我是否可以临时分发我的应用程序,而无需询问有关 Beta 测试者设备的信息?
换句话说,我想将我的应用分发给一些朋友进行测试。我可以在不先向他们请求信息的情况下执行此操作吗?
如果这是不可能的,那么在我能够为他们设置临时版本之前,我需要从他们那里获得什么信息?
Is there anyway I can ad hoc distribute my app without asking for information about the beta-testers device?
In other words, I want to distribute my app to some friends for testing. Can I do this without requesting info from them first?
If this is not possible, exactly what info do I need to get from them before I am able to set up an ad hoc version for them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 TestFlight。它将允许您邀请用户并即时添加他们。它是管理 iOS 临时测试和 Beta 测试的绝佳工具。
如果您自己操作,您真正需要的唯一信息就是他们设备的 UDID。
Use TestFlight. It will allow you to invite users and will add them on-the-fly. It's a really great tool for managing ad-hoc and beta tests for iOS.
If you do it on your own, the only info you really need is the UDID of their device.
这是不可能的。
您所需要的只是每个测试人员的 UDID。您可以建议他们使用这样的应用来发送您可以使用他们的 UDID 让事情变得简单。
This isn't possible.
All you need is the UDID from each tester. You could suggest they use an app like this to send you their UDID to make things simple for them.
我很确定您需要他们的设备 UUID 和设备名称。这样,您可以将它们添加到配置文件中,以便应用程序可以在其设备上运行,这也允许 Apple 将分发范围限制为您列表中的设备(最多 100 台设备)。然后,您需要使用此配置文件构建应用程序,让 Beta 测试人员在其设备上安装配置文件,然后最终安装应用程序。
您可以要求您的用户从应用程序商店下载优秀的临时帮助程序,让他们发送一封包含自动生成的所有信息的电子邮件。
I'm pretty sure you need their device UUID and device name. That way you can add them to the provisioning profile so the app will run on their device, and this also allows apple to limit distribution to those on your list (max 100 devices). You then need to build the app with this provisioning profile, get your beta testers to install the provisioning profile on their device, and then finally install the app.
You could ask your users to download the excellent ad hoc helper from the app store which let's them send an email with all the info automatically generated.