Service Extension 无法接受到极光网页端发出的mutable-content推送
客户端配置了NotificationService.h的service extension. 调试NotificationService所在的项目,挂上了主App, 启动后App退到后台。
随后在网页端发出了推送,Extras 信息{"xxx":"xxx","ios":{"badge":"1","sound":"default","mutable-content":1}}
但是客户端断点跑不到NotificationService.m的
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler;
查看网页端,显示推送结果已经发送,但是客户端没有收到。
之前成功接受过一次,之后尝试了很多次都没有收到。请问这可能是什么原因导致的。