如何提高iPhone应用程序安装的最低iOS版本?
我最近向应用商店提交了新版本的应用程序,并将部署目标增加到3.2,使该应用程序不再能够安装在与其不兼容的iOS 3.1.3上。然而,当该应用程序在商店上线时,它仍然被列为“与 iOS 3.1.3 或更高版本兼容”。如何提高 App Store 的最低 iOS 版本,以便使用旧 iOS 版本的用户将无法安装该应用程序?
I recently submitted a new version of my app to the app store, and increased the Deployment Target to 3.2, to make the app no longer able to install on iOS 3.1.3 which is not compatible with it. However, when the app went live on the store, it still is listed as "Compatible with iOS 3.1.3 or later." How can I increase the minimum iOS version for the App Store, so that users with older iOS versions won't be able to install the app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保清空项目文件夹内的“build”文件夹,并在重新提交审核之前在设备或模拟器中测试应用程序一次。
Make sure to empty the "build" folder inside of your project folder and test the app either on the device or in the simulator once before resubmitting it for review.