App Store iPhone 应用程序版本说明。它是如何设置的?
我对 App Store 上显示的信息有疑问。
App Store 上有一些 iPhone 应用程序设置了以下信息:
类别:金融
更新日期:2011 年 1 月 27 日
当前版本:1.32
1.32(iOS 4.0 测试)
大小:1.3 MB
语言:英语、希腊语
开发商:ABCDEF Limited
@2011 ABCDEF 有限公司
我的问题是他们如何设置“1.32(iOS 4.0 测试)”。我在 plist 文件上尝试了一些方法,但都被拒绝了。
任何对此的想法将不胜感激。
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 January 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过
Application Loader.app
上传应用程序时会提示iOS 4.0已测试
选项。The
iOS 4.0 tested
option is prompted when uploading app by theApplication Loader.app
.要设置 v1.32,请查看
CFBundleShortVersionString
(捆绑版本字符串,短)和CFBundleVersion
(捆绑版本)键。另请参阅 SO 1784209 和类似正如 ohho 所写:
iOS 测试
在上传过程中由 Xcode 或应用程序加载器询问。For setting v1.32 have a look at
CFBundleShortVersionString
(Bundle versions string, short) andCFBundleVersion
(Bundle version) keys. Also see the SO 1784209 and similarAs ohho wrote: The
iOS tested
is asked by Xcode or App loader during upload.