当应用程序处于推送通知时,不会调用didrecieveremotenotfication?

时间:2016-12-09 13:23:05

标签: ios swift xcode push-notification

我在iOS 10中使用推送通知。我在appdelegate类中使用了以下委托。

func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {

    print("state is )")
  }

当app处于前台模式时会被调用。但是当应用程序处于后台时,则此方法不会被调用。请告诉我这是什么问题?

1 个答案:

答案 0 :(得分:0)

添加复选标记背景提取EX: enter image description here