新版本产品大大要求增加图文推送的功能。
由于项目中已经集成了推送功能,故本篇只讲一下接入图片推送的相关Tips。
新建NotificationService、NotificationContent的流程
NotificationService的作用
下载图片/音频/视频文件(注意:下载时间只有30秒、超时通过serviceExtensionTimeWillExpire方法进行迅速处理)。
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNoti