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

前端 未结 2 1869
情深已故
情深已故 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:55

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

提交回复
热议问题