部署目标是什么意思? [英] What does deployment target mean?

查看:337
本文介绍了部署目标是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我假设的一个非常简单的问题.有人可以告诉我部署目标是什么意思.如果我选择IOS 10,是否意味着只有具有iOS 10的用户才能下载该应用程序.选择较低的部署目标是否不好?此外,不建议继续在部署目标上运行,也不建议在较低的部署目标上运行.

this is a very simple question I'm assuming. Can someone tell me what deployment target means. If I choose IOS 10, does that mean only users with iOS 10 can download the app. Is it bad to choose a lower deployment target? ALSO, continuing on deployment target, is it not recommended to run on a lower deployment target.

推荐答案

假设您已将最低部署目标设置为iOS 9. 这意味着您的应用程序与iOS 9和以上设备兼容.

Lets say you have set minimum deployment target to iOS 9. This means your application is compatible for iOS 9 and above devices.

该应用程序无法在低于 9.0设备上运行,但可以在比iOS 9.0 更高的任何iOS版本上运行.

The application won't run on below 9.0 devices but can run on any iOS version greater than iOS 9.0.

这篇关于部署目标是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆