应用名
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"];
版本号
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"];
build号
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"];
Bundle Id
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"];
网友评论