bundle version和short的区别?

在提交更新的app至appstore中时,需要在**.plist中设置app的version信息。

Bundle versions string, short --- CFBundleShortVersionString 面向用户市场的束的版本字符串--用户看到的版本号;
Bundle version --- CFBundleVersion 应用程序版本号,每次部署应用程序的一个新版本时,将会增加这个编号,在app store上用的---真实版本号,用来判断版本信息的。

参考:http://blog.csdn.net/lvziru/article/details/8013387

你可能感兴趣的:(bundle version和short的区别?)