【发布时间】:2017-02-06 03:34:51
【问题描述】:
我正在寻找在 iOS 10 中实现 UIUserNotificationSettings 的替代方法。
Apple 文档为进一步使用提供了以下框架。链接here中的UNNotificationSettings。
有没有人可以帮助我使用 UNNotificationSettings 而不是 UIUserNotificationSettings 实现以下示例代码
let notificationSettings = UIUserNotificationSettings(
forTypes: [.Badge, .Sound, .Alert], categories: nil)
application.registerUserNotificationSettings(notificationSettings)
【问题讨论】:
-
对不起,我刚刚在这里找到了答案。 stackoverflow.com/questions/37956482/…
标签: swift xcode apple-push-notifications ios10 xcode8