简体   繁体   English

应用程序ID名称和捆绑包标识符问题

[英]App ID Name And Bundle Identifier Issue

In iOS Dev Center, under identifiers and App IDs, i have created the id: 在iOS开发中心中,我在标识符和应用ID下创建了ID:

com.thisisanapp.thisisanapp

while the name is "ThisIsAnApp" 而名称是“ ThisIsAnApp”

I want the id to be following with capital first letters: 我希望ID后面跟随大写字母:

com.thisisanapp.ThisIsAnApp

Since there is no delete button, i tried creating another one with capital first letters but it says the id with this bundle identifier is not available. 由于没有删除按钮,因此我尝试用大写首字母创建另一个,但它说带有此捆绑包标识符的ID不可用。 It is taking the name with capital letters and without capital letters the same. 它以带有大写字母的名称命名,没有大写字母的名称相同。 How can i fix it??? 我该如何解决???

I just want to have an identifier as com.thisisanapp.ThisIsAnApp. 我只想要一个标识符为com.thisisanapp.ThisIsAnApp。

EDIT: There is now a delete button for App IDs again and it works. 编辑:现在再次有一个删除按钮的应用程序ID,它可以工作。

There used to be a 'Delete' button for App IDs on the website, but it was hidden at some point in the past. 网站上曾经有一个“删除”按钮用于应用程序ID,但在过去的某个时候它是隐藏的。 It is unknown if Apple will re-enable this button sometime in the future. 目前尚不清楚苹果是否会在将来某个时候重新启用此按钮。

My suggestion would be to use the ID you made. 我的建议是使用您输入的ID。 You only need to set it in the Info.plist for your app and can pretty much forget about it after that. 您只需要在您的应用程序的Info.plist中进行设置即可,此后几乎可以忘掉它。 This ID is never user facing so it doesn't have to be pretty. 该ID永远不会面向用户,因此不必很漂亮。 Alternatively, you could email Apple directly. 或者,您可以直接向Apple发送电子邮件。 As long as you haven't put a build on sale using that ID, they should have no problem removing it for you. 只要您没有使用该ID出售构建,他们就可以为您删除它。

This was working in past, but doesn't work anymore. 这在过去是有效的,但是不再有效。

Consider creating id "com.thisisanapp2.ThisIsAnApp". 考虑创建ID“ com.thisisanapp2.ThisIsAnApp”。 This one will still be unique. 这将仍然是唯一的。 You can also change your app name to "thisisanapp", but it's more work to do. 您也可以将应用程序名称更改为“ thisisanapp”,但这需要做更多的工作。

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

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