简体   繁体   English

如何在iOS配置门户中创建新的应用ID?

[英]How to create a new app id in the iOS provisioning portal?

Context 上下文

  • I'm trying to upload a lite version of a "full" app, (this full app is already in the store). 我正在尝试上传精简版的“完整”应用程序(这个完整的应用程序已经在商店中)。
  • I created this lite version using the multiple target approach (basically the same Xcode project with a different pList file) 我使用多目标方法创建了这个精简版本(基本上相同的Xcode项目使用不同的pList文件)
  • I've been able to create ad-hoc builds and publish to my device for this lite version. 我已经能够创建ad-hoc构建并发布到我的设备上的Lite版本。

Problem 问题

I'm getting the "No Identities are available for signing" issue, when I try and push the lite version to the store. 当我尝试将精简版推送到商店时,我得到了“没有身份可用于签名”的问题。

What I think is the solution 我认为是解决方案

I think I need to create a new provisioning profile, as for the ad-hoc builds I think I was using a wildcard provisioning profile, but I don't think I can use that for the app store. 我认为我需要创建一个新的配置文件,就像ad-hoc版本我认为我使用的是通配符配置文件,但我不认为我可以将它用于app商店。

The lite version has a different app bundle id, which I think is causing the issue. Lite版本有一个不同的应用程序包ID,我认为这是导致问题。 How to I go about creating a distribution profile for this new bundle ID? 如何为这个新的捆绑包ID创建分发配置文件?

在此输入图像描述

You need to ignore for a moment that this is a lite version of an existing app. 您需要暂时忽略这是现有应用程序的精简版本。 Treat this the way it is - it is a completely new app. 按照它的方式对待它 - 这是一个全新的应用程序。 Therefore you must go through the entire process again. 因此,您必须再次完成整个过程。

In the provisioning portal you need to create a new App Id with the proper settings. 在配置门户中,您需要使用适当的设置创建新的App Id。 Then you need to create a distribution provisioning profile with the new app id. 然后,您需要使用新的应用程序ID创建分发配置文件。 Then install that profile into Xcode. 然后将该配置文件安装到Xcode中。 Then setup your app to use that provisioning profile. 然后设置您的应用以使用该配置文件。 Then you should be able to archive the app. 然后你应该能够存档应用程序。 You also need to add the new app as a completely new app in iTunes Connect and make it ready for upload. 您还需要将新应用程序添加为iTunes Connect中的全新应用程序,并准备上传。 Then you can finally submit the app. 然后你可以最终提交应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM