我无法启用我的推送通知参数
我在三个月前创建了一个成功通过 iTunes 批准的应用程序.我需要做出的改进之一是包含推送通知".
I've created three months ago an application that was successfully approved into itunes. One of the improvements I need to make is about including "Push Notifications".
这里是问题所在:当我尝试在 developer.apple.com 的App ID"中编辑该参数时,复选框被禁用,我无法选中它(这是他们在每个地方告诉的第一步我们应该这样做,我错过了什么吗?).
And here is the problem: when I try to edit that param in the "App ID" in developer.apple.com the checkbox is disabled and I can't check it (is the first step that in every place they tell we should do, am I missing anything?).
在 Apple 文档中,它说 ( https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html )
In the Apple documentation it says ( https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html )
为现有 App ID 启用技术
To enable technologies for an existing App ID
- 在会员中心,选择证书、标识符和个人资料.
- 在标识符下,选择应用 ID.
- 选择您要更改的应用 ID,然后单击编辑".
- 选中相应的复选框以启用您要允许的技术.
但它从来没有说明如果禁用该参数我应该做什么.
But it never says what I should do if that param is disabled.
注意:我的 ID 是 com.XXXXX.* ,我想这不是问题,因为*"(是的,我开始偏执了)
Note: My ID is com.XXXXX.* , I suppose is not a problem because of the "*" (Yeah, I'm starting to be paranoic)
提前致谢!
不能使用带有通配符 (*") 的应用程序 ID.
You can't use an application ID with a wildcard ("*").
点击窗口左侧边栏中的应用 ID.
Click App IDs in the sidebar on the left side of the window.
下一页显示您的有效应用程序 ID.应用程序 ID 由应用程序的捆绑 ID 组成,其前缀是由 Apple 生成的十个字符的代码.团队管理员必须输入捆绑 ID.对于证书,它必须包含特定的捆绑 ID;您不能使用通配符"应用程序 ID.
The next page displays your valid application IDs. An application ID consists of an application’s bundle ID prefixed with a ten-character code generated by Apple. The team admin must enter the bundle ID. For a certificate, it must incorporate a specific bundle ID; you cannot use a "wildcard" application ID.