i m现在使用Cordova 8.0。在使用之前6.5。当我使用6.5时,我得到了正确的推送通知。现在,我已更新了Cordova 8.0.0之后,我已经安装了Firebase分析系统和Phonegap Push插件。
我已经安装了所有插件更新了Google-services.json文件,更新的config.xml文件。这是与Messenger相关的移动应用
在Firebase控制台上进行测试通知后,我得到了。但是我的应用程序使Messenger在那里。如果我向Messenger发送消息,我会进入内部应用程序。但是我没有得到通知。
仅在Cordova 8 Verison上的这个问题。config.xml如下更新
<plugin name="phonegap-plugin-push" spec="^2.1.3">
<variable name="SENDER_ID" value="1:954650986639:android:135d209282da2c19" />
<variable name="FCM_VERSION" value="11.6.2" />
</plugin>
<platform name="android">
<allow-intent href="market:*" />
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
任何人建议我想要更新任何其他配置!
google-services.json文件gerenrate一个项目编号。该号码更新您的项目senderid。它将正常工作。