ios - 捆绑 ID 以 `org` 开头

标签 ios iphone xcode bundle-identifier

我正在尝试在 apple 中创建以 org.help.msapp 开头的 bundle id,但我不确定它是否是有效的 bundle id。

我探索了线程并遇到了仅以 com 开头的示例。从未遇到过以 orgedu 作为前缀的 bundle id 示例。

所以问题是 - org.foo.foopp 将是有效的标识?

最佳答案

A bundle ID uniquely identifies a single app throughout the system. The bundle ID string must be a uniform type identifier (UTI) that contains only alphanumeric characters (A-Z,a-z,0-9), hyphen (-), and period (.). The string should be in reverse-DNS format. Bundle IDs are case sensitive.

由于 org.help.msapp 是有效的反向 DNS 字符串,您应该没有问题。

Link to reference (第一步点击Bundle ID链接)

关于ios - 捆绑 ID 以 `org` 开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53105261/

相关文章:

iphone - 缓存 UIView 对象作为提高性能的一种方式

ios - 对 NSManaged 对象数组进行排序

ios - 从 NSManagedObjectContextDidSaveNotification 查看保存的类?

html - 滚动时在 iOS Safari 上出现奇怪的阻塞

ios - PresentViewController(UIViewController) 不工作

iphone - 仅在 iPhone 后台工作的应用程序

ios - 辞职 First Responder 仅在一个文本字段中不工作

ios - 通过 VPN 连接的 iPhone 远程调试

iphone - 当 UITableView 为空时,显示 UIImage

ios - 点击时 SwiftUI 按钮不灰显