更改 AppID 后是否需要编辑 provisioning
Do I need to edit provisioning after changing AppID
我在应用商店上有应用。直到今天,它还没有使用推送通知。现在我想将 aps 添加到我的应用程序中。我通过为我的推送通知服务器生成 SSL 证书来编辑我的 AppID。我是否还需要重新生成与此更改后的 AppID 关联的配置文件?
是
更改 App ID 时重新生成配置文件。
如 documentation 中所示,如果您更改 App ID,则还需要更改您的配置文件。
如下图所示 (对于团队配置文件) 和解释 here,配置文件将包含一组 iPhone 开发证书、唯一设备标识符和 App ID.
You can edit an App ID directly using Member Center. In Member Center, select Certificates, Identifiers & Profiles.
Under Identifiers, select App IDs.
Select the App ID you want to change, and click Edit.
Select the corresponding checkboxes to enable the app services you want to allow.
之后是
Later, you’ll regenerate the provisioning profiles that use the App ID.
我在应用商店上有应用。直到今天,它还没有使用推送通知。现在我想将 aps 添加到我的应用程序中。我通过为我的推送通知服务器生成 SSL 证书来编辑我的 AppID。我是否还需要重新生成与此更改后的 AppID 关联的配置文件?
是
更改 App ID 时重新生成配置文件。
如 documentation 中所示,如果您更改 App ID,则还需要更改您的配置文件。
如下图所示 (对于团队配置文件) 和解释 here,配置文件将包含一组 iPhone 开发证书、唯一设备标识符和 App ID.
You can edit an App ID directly using Member Center. In Member Center, select Certificates, Identifiers & Profiles. Under Identifiers, select App IDs. Select the App ID you want to change, and click Edit. Select the corresponding checkboxes to enable the app services you want to allow.
之后是
Later, you’ll regenerate the provisioning profiles that use the App ID.