我的 iOS 配置门户中的 (Xcode: Wildcard AppID) 是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6292940/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 21:13:29  来源:igfitidea点击:

What is (Xcode: Wildcard AppID) in my iOS Provisioning Portal?

xcodeioswildcardprovisioningportal

提问by DeZigny

Suddenly I saw now a new App ID in my (iOS Provisioning Portal) with description of (Xcode: Wildcard AppID), is it added recently by Apple or by me? But I never added it!

突然间,我在我的(iOS 配置门户)中看到了一个新的 App ID,描述为(Xcode:Wildcard AppID),它是最近由 Apple 添加的还是由我添加的?但我从来没有添加它!

And there is no (configure) link for this App, only (details) link where I can't configure anything!

并且没有此应用程序的(配置)链接,只有(详细信息)链接,我无法配置任何内容!

Regards

问候

回答by Erik B

Xcode now creates a provisioning profile automatically, so that you don't have to. This wildcard app id is part of that provisioning profile.

Xcode 现在会自动创建配置文件,因此您不必这样做。此通配符应用程序 ID 是该配置文件的一部分。

回答by jac300

My understanding is that it means that you can create one provisioning profile for a device that can be used to test multiple applications (rather than creating a new provisioning profile for each device AND each application).

我的理解是,这意味着您可以为可用于测试多个应用程序的设备创建一个配置文件(而不是为每个设备和每个应用程序创建一个新的配置文件)。