菜鸟教程小白 发表于 2022-12-13 05:45:39

ios - 与 iTunes 一起安装的 .ipa 构建是否需要 UDID


                                            <p><p>我想通过手动将应用程序与 iTunes 同步来分发和临时构建 .ipa 文件,该文件将安装在客户端设备上。我创建了分发配置文件并构建了 .ipa。<br/>
我的问题是 - 我是否需要为该配置文件添加客户端的设备 udid?他能否将 .ipa 构建拖到他的 iTunes 应用程序库中,选择设备,单击安装,同步并使用应用程序?<br/>
这种方法有问题吗?由于不同的原因,不幸的是,苹果提供的其他分发选项对我不起作用。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的。 <a href="http://useyourloaf.com/blog/2010/12/23/creating-iphone-ad-hoc-distribution-builds.html" rel="noreferrer noopener nofollow">You need the UDIDs for Ad Hoc</a> .如果你想分发而不指定你需要的设备<a href="https://developer.apple.com/programs/ios/enterprise/" rel="noreferrer noopener nofollow">the enterprise distribution</a> </p>

<p><strong>编辑</strong></p>

<p>上述说法是正确的,但您似乎正在使用 iTunes Connect 进行 Beta 测试。</p>

<blockquote>
<p>There are three options to distribute your app for beta testing. Two
prerelease options are managed through iTunes Connect. You upload your
app to iTunes Connect using Xcode and then sign in to iTunes Connect
to <strong>invite testers to download your app. Optionally, distribute your
app to 25 of your iTunes Connect users (with either Technical, Admin,
or Legal roles) or 1000 users specifying just email addresses</strong>.
Distributing your app to users requires approval from App Review.</p>
</blockquote>

<p> <a href="https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html" rel="noreferrer noopener nofollow">documentation</a> </p>

<p>这意味着<strong>您不必事先在配置文件中指定所有设备</strong>。您只需在通过 Ad Hoc 分发时执行此操作。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 与 iTunes 一起安装的 .ipa 构建是否需要 UDID,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/28961332/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/28961332/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 与 iTunes 一起安装的 .ipa 构建是否需要 UDID