Firebase 推送通知不适用于 iOS 上的生产环境

Firebase push notifications not working for production on iOS(Firebase 推送通知不适用于 iOS 上的生产环境)
本文介绍了Firebase 推送通知不适用于 iOS 上的生产环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将 Firebase Messaging SDK 集成到我的 iOS 项目中,创建了一个用于开发的推送通知证书和一个用于生产的推送通知证书,将两个 p12 密钥上传到 Firebase,但我没有收到通知,而只是用于开发.

I integrated Firebase Messaging SDK into my iOS project, created a push notification certificate for development and one for production, uploaded both p12 keys to Firebase and I do not receive the notifications, but just for development.

注册码不错,和我平时用的APNS一样,效果很好.

The code for registration is good, and it is the same I used for usual APNS, which worked fine.

同样的行为发生在 3 个应用程序上.

The same behaviour happens for 3 applications.

有没有其他人遇到过这个问题?您有什么解决方案或建议吗?

Did someone else encounter this problem? Do you have any solutions or suggestions?

推荐答案

首先检查您正在导出的证书.典型的错误是导出私钥而不是服务.我附上了截图.我希望这会为您节省一些时间.

First of all check certificate which you are exporting. Typical mistake is to export private key and not a service. I attached a screenshot. I hope that will save some time for you.

要导出的正确证书

这篇关于Firebase 推送通知不适用于 iOS 上的生产环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)