获取当前版本号
float NowVersion = [[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"] floatValue];
ZYLog(@"当前版本号: %f",NowVersion);
获取当前版本号
float NowVersion = [[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"] floatValue];
ZYLog(@"当前版本号: %f",NowVersion);
本文标题:iOS 获取当前版本号
本文链接:https://www.haomeiwen.com/subject/hmpmettx.html
网友评论