iOS获取当前版本号 Bundle ID等信息的方法

1:获取bundle Id信息:[[NSBundle mainBundle] bundleIdentifier];ui 2:获取版本号:[[[NSBundle mainBundle]infoDictionary] objectForKey:@"CFBundleShortVersionString"];spa 3:获取build号:[[[NSBundle mainBundle]infoDiction
相关文章
相关标签/搜索