在提交更新的app至appstore中时,需要在**.plist中设置app的version信息。
Bundle versions string, short --- CFBundleShortVersionString 面向用户市场的束的版本字符串--用户看到的版本号;
Bundle version --- CFBundleVersion 应用版本号,在app store上用的---真实版本号,用来判断版本信息的。
在提交更新的app至appstore中时,需要在**.plist中设置app的version信息。
Bundle versions string, short --- CFBundleShortVersionString 面向用户市场的束的版本字符串--用户看到的版本号;
Bundle version --- CFBundleVersion 应用版本号,在app store上用的---真实版本号,用来判断版本信息的。