Can I deploy apps with iOS 8 extensions to devices running iOS 7?

时光毁灭记忆、已成空白 提交于 2019-11-30 20:05:22

Yes, you can. Quoting Apple documentation:

If you link to an embedded framework from your containing app, you can still deploy it to versions of iOS older than 8.0, even though embedded frameworks are not available in those versions.

And this was in the App Extension Programming Guide. Therefore, it's only axiomatic that extensions can be deployed with apps to older versions of iOS.

Yes, it will work on iOS 7 just fine (if your deployment target is iOS 7 or lower).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!