是否捆绑ID需要区分大小写? [英] Does bundle id need to be case sensitive?

查看:1034
本文介绍了是否捆绑ID需要区分大小写?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在提供个人资料设置我的应用程序ID为 com.mycompany.lowercaseappname ,但在X $ C $的C 4包标识符自动配置为使用我的 $ {PRODUCT_NAME} ,这是资本(我希望用户看到它的应用程序图标下的资本)。这是确定或是否需要手动更改包ID在X code到小写?

In provision profile I set my app id to com.mycompany.lowercaseappname, but in Xcode 4 the bundle identifier is auto configured to use my ${PRODUCT_NAME}, which is capitalized (I want the user to see it capitalized under the app icon). Is this ok or do I need to change the bundle id manually in Xcode to lower case?

推荐答案

该包ID是区分大小写。从<一个href=\"https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html\">Apple文档:

The bundle ID is case sensitive. From the Apple Docs:

不过,与域名的包ID是区分大小写的。如果应用程序ID是小写的,你的包ID必须是小写了。

However, unlike domain names, bundle IDs are case sensitive. If the App ID is lowercase, your bundle ID needs to be lowercase, too.

请注意,该包ID是不是用户将看到的应用程序名称。这就是捆绑显示名称

Note that the bundle ID is not what the user will see as the app name. That's the "Bundle Display Name"

这篇关于是否捆绑ID需要区分大小写?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆