菜鸟教程小白 发表于 2022-12-13 12:13:36

ios - 使用 xCode 创建 App ID


                                            <p><p>据我了解,xCode 能够在开发者门户上创建 App ID。我创建了一个带有包标识符 "com.xxxxxExample.appname"的测试应用程序。但是,在开发人员门户上也没有创建通配符或显式,应用程序在使用团队配置文件的设备上运行。 </p>

<p>出于教育目的,我想知道 xCode 是否能够在开发者门户上创建通配符 App ID?</p>

<p>如果有办法使用 xCode 创建它,我应该如何触发它? </p>

<p>在文档中它指定如下,</p>

<blockquote>
<p>Xcode creates an App ID to match your bundle ID, which is a unique
identifier for your app stored in the app bundle. Xcode initially
creates a wildcard App ID and an explicit App ID only if needed</p>
</blockquote></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>当您修改应用程序的 <strong><em>Capabilities</em></strong> 的默认设置时,Xcode 提供了创建具有特定捆绑 ID 的显式 App ID。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使用 xCode 创建 App ID,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34041331/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34041331/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使用 xCode 创建 App ID