iOS - 10以后的本地通知
2018-08-01 本文已影响8人
CDLOG
参考文章OS 10 消息推送(UserNotifications)秘籍总结
1,本地推送
1,注册本地推送
2,本地发送推送
1. 创建一个触发器(trigger)
2. 创建推送的内容(UNMutableNotificationContent)
3. 创建推送请求(UNNotificationRequest)
4. 推送请求添加到推送管理中心(UNUserNotificationCenter)中
参考文章OS 10 消息推送(UserNotifications)秘籍总结
1,注册本地推送
2,本地发送推送
1. 创建一个触发器(trigger)
2. 创建推送的内容(UNMutableNotificationContent)
3. 创建推送请求(UNNotificationRequest)
4. 推送请求添加到推送管理中心(UNUserNotificationCenter)中