iOS 10 FireBase通知到达时,不要调用NotificationService.h Notification Service Extension

时间:2018-02-28 10:16:12

标签: ios firebase push-notification firebase-cloud-messaging ios10

我使用firebase并成功通知但是当通知到达时,请不要调用NotificationService.h Notification Service Extension。 我也设置了

NSExtensionPrincipalClass到NotificationService

NSExtensionPointIdentifier to com.apple.usernotifications.service

我的通知就像

{   
"registration_ids": ["devicetoken"],    
"mutable_content": true,    
"data":{        
       "post_details": {
      "pcm_message": "asdf",
      "pcm_img_url": "http://portalvhds34w6bf5z9b21h.blob.core.windows.net/images/1519365008_5a8fab90cf683.jpg",
    }

   },    

"notification" : {
    "title" : "demo push",
    "body" : "this is push body"    } 

}

我在整个项目中已经设置了部署目标10.0的问题或遗漏了一些信息。

0 个答案:

没有答案