美文网首页
willPresentNotification不调用

willPresentNotification不调用

作者: tivon_lee | 来源:发表于2018-08-01 16:36 被阅读60次
  • (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler
    不调用 不触发 断点无用

为什么呢?
你服务端推的内容由
{
"aps": {
"alert": {
"body": "d3.333333333"
},
"badge": "1",
"sound": "default"
},
"payload": null
}
变成
{
"aps": {
"alert": "d3.333333333",
"badge": "1",
"sound": "default"
},
"payload": null
}
很神奇吧。wtf。

相关文章

网友评论

      本文标题:willPresentNotification不调用

      本文链接:https://www.haomeiwen.com/subject/iyervftx.html