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

前端 未结 2 1866
情深已故
情深已故 2021-01-05 12:37

I am creating an iOS app in swift that has a Notification Center widget.

However, I want the app to run on iOS 7 just fine. If I have the widget, can I just run the

相关标签:
2条回答
  • 2021-01-05 12:45

    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.

    0 讨论(0)
  • 2021-01-05 12:55

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

    0 讨论(0)
提交回复
热议问题