后台接到通知 代理不走

roman
7年前 1.6k 0

ios10 。当应用出在后台的时候发送通知,手机也收到推送了(弹出推送框),但是下面这两个方法都不走, 没办法推送消息

  • (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler;

  • (void)jpushNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(NSInteger))completionHandler;

1个回答

热门排序
  • roman
    7年前

    没办法推送消息 --->没办法接受到推送消息