gpt4 book ai didi

ios - 解析来自 didReceiveRemoteNotification :fetchCompletionHandler 的警告

转载 作者:IT王子 更新时间:2023-10-29 07:32:43 25 4
gpt4 key购买 nike

从 parse.com 添加此代码后出现错误:

- (void)application:(UIApplication *)application
didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
if (application.applicationState == UIApplicationStateInactive) {
[PFAnalytics trackAppOpenedWithRemoteNotificationPayload:userInfo];
}
}

我真的不明白发生了什么,但我在日志中收到了这个警告:

You've implemented -[ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.

我认为在您的 plist 文件中添加 UIBackgroundModes - remote-notification 可以解决问题,

但是当我这样做时,它会将单词更改为以下内容:

所需的后台模式 -> 应用下载内容以响应推送通知

我的应用没有做到这一点,所以我很困惑为什么我首先要这样做。

最佳答案

如果您不想在您的 .plist 文件中手动添加 key ,那么这是 @MurraySagal 答案的图形版本,请按照 1 到 7 的步骤操作,您就可以完成。 :)

enter image description here

注意:如果您无法读出这些步骤,您可以使用 Command++(用于放大)和 < kbd>Command+-(用于缩小)。如果 Command 不起作用,您可以尝试使用 Ctrl

关于ios - 解析来自 didReceiveRemoteNotification :fetchCompletionHandler 的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20009006/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com