有没有办法在运行时获取Bundle ID?

时间:2010-11-14 21:24:30

标签: cocoa-touch

有没有办法在运行时从Info.plist获取Bundle ID?像[[UIApplication sharedApplication] bundleIdentifier]这样的东西会很棒。

2 个答案:

答案 0 :(得分:34)

[[NSBundle mainBundle] bundleIdentifier]

答案 1 :(得分:1)

Swift 3

Bundle.main.bundleIdentifier