这是最新的UILocalNotification类,这是苹果刚刚在wwdc 16上宣布的iOS 10 UserNotification。
使用UILocalNotification的旧应用会在iOS 10上崩溃吗?
发布于 2016-06-14 05:54:16
创建UILocalNotification对象不会在iOS 10设备上造成崩溃(我刚刚尝试了Xcode 8 beta)。Xcode将警告您,UILocalNotification在iOS 10中被废弃,而UserNotifications模块中的UNNotificationRequest应该被使用。如果您的目标是UNNotificationRequest 10或更高版本,则强烈鼓励您迁移代码以使用iOS。
https://stackoverflow.com/questions/37803828
复制相似问题