App Store iphone app version description. How is it set?
I have a question about the information displayed on the App Store.
There are some iPhone apps that have the following info set on the App Store: Category: Finance Updated: 27 Janu开发者_StackOverflow社区ary 2011 Current Version: 1.32 1.32 (iOS 4.0 tested) Size: 1.3 MB Languages: English, Greek Developer: ABCDEF Limited @2011 ABCDEF Limited My question is how do they set the "1.32 (iOS 4.0 tested)". I've tried a couple of things on the plist file but they were rejected.Any thoughts on this would be appreciated.
The iOS 4.0 tested
option is prompted when uploading app by the Application Loader.app
.
For setting v1.32 have a look at CFBundleShortVersionString
(Bundle versions string, short) and CFBundleVersion
(Bundle version) keys. Also see the SO 1784209 and similar
As ohho wrote: The iOS tested
is asked by Xcode or App loader during upload.
精彩评论