IOS 9.3.2 Background Remote notifications 进入后台 代理不执行

korean
2016-08-18 07:15 957 0

IOS 9.3.2 Background Remote notifications APP进入后台以后代理不执行

- (void)application:(UIApplication *)application
    didReceiveRemoteNotification:(NSDictionary *)userInfo
          fetchCompletionHandler:
              (void (^)(UIBackgroundFetchResult))completionHandler
{
}

。求解答。

1个回答

热门排序
  • Background Remote notifications 应用在后台的情况下,收到 App 通知,除非使用 background 模式推送,才有可能进入你上面的方法,另外,background 也不是一定会执行的,参考官网描述:i 展示全部
gptbots-widget