这是我正在使用的代码
[NSBundle mainBundle] infoDictionary][@"CFBundleDisplayName"]
检查捆绑=只有一个.Xcode5 / dev目标是iOS5.我还没有检查一个设备.使用模拟器.
谢谢!
NSString *appName = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString *)kcfBundleNameKey];