gpt4 book ai didi

ios - Firebase 通知在 iOS 11 中不起作用

转载 作者:IT王子 更新时间:2023-10-29 08:06:28 25 4
gpt4 key购买 nike

我正在开发一款使用 Firebase 推送通知的应用。在我尝试 iOS 11 之前,它运行良好。使用带有 iOS 11 的 iphone,通知不会到达。这是我的代码:

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

- (void)userNotificationCenter:(UNUserNotificationCenter *)center
willPresentNotification:(UNNotification *)notification
withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler{
//Manage notification
}

这两个方法都没有被调用。

感谢您的帮助!

最佳答案

这是 Firebase 的问题。这似乎与他们的最新更新有关,而不是与 iOS 11 有关。他们正在为此进行修复。

与此同时,如果您将 pod 'FirebaseInstanceID', '2.0.0' 添加到您的 podfile,它将修复它。

您可以在此处阅读更多信息:https://github.com/firebase/quickstart-ios/issues/327#issuecomment-332655731

关于ios - Firebase 通知在 iOS 11 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46345500/

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