iOS App Store bundle version comparison rules
问题 We are going to upload new version of our app to iOS App Store. For previos version CFBundleShortVersionString was "1.9.2" and CFBundleVersion was "1.92.0". For current version we are going to use CFBundleShortVersionString :"1.10" and CFBundleVersion :"1.100.0". But we afraid if App Store won't detect our 1.10 version as new. Won't it be recognized as older than previos version with CFBundleVersion:"1.92.0". In other words, is CFBundleVersion :"1.100.0" will be higher than CFBundleVersion :