我是FCM的新手。
我为Android和iOS开发了通知应用程序。
我已经通过Firebase成功完成了Android推送通知,但在iOS中失败了。
What i face are :
1. iOS notification working well in iPhone 5 simulator with iOS 12
2. iOS notification not working in real device (iPhone) : nothing happen
我之前做过的事:
为APN创建开发证书
将p12上载到Firebase控制台
在iPhone(真实设备)中为项目安装预配置证书
创建应用ID并激活APN(已配置)
经过上述所有努力,通知仍未出现在Real device中,但我可以确定它出现在Simulator中。
通过我使用React Native创建项目的方式,但是我认为这不是Firebase库中的错误。也许我在设置中缺少什么?