Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个开发条款和开发证书。使用手动登录我构建了应用程序。在我的个人资料上启用了应用程序组。在功能中添加的应用程序组不显示,我尝试添加应用程序组它显示没有帐户配置错误。是否可以使用带有配置文件和开发证书的应用程序组?
您可以通过添加以下键将其添加到权利文件中。
<key>com.apple.security.application-groups</key> <array> <string>App Group Identifier</string> </array>
这仅在您的配置文件已经支持您正在添加的组时才有效。如果要将应用程序组添加到配置文件中,则需要从 Apple Developer 网站进行。
写到这里,需要发图。你在这里检查吗? 添加应用组功能后,您将不会在 + 按钮列表中找到它
然后下面是开发中心页面,你检查了吗?