How to use iOS 10 UserNotifications framework in x

2019-09-17 11:46发布

问题:

Is there a way to import user notifications of iOS 10 in Xcode 7.x with swift 2.x version?

回答1:

UserNotifications.framework is available from iOS 10 and later. That is why we need Xcode 8 and later.



标签: ios swift xcode