问题标签 [moengage]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - 无法接收 moengage 推送通知
我已经浏览了moengage flutter的文档,但无法接收我在仪表板中添加了 fcm 键的通知。下面在我的实现中,当我通过 fcm 发送通知时工作正常,基本上我们有两种颤振 apk prod 和调试模式,我正在调试,我在 moengage 仪表板中添加了调试包名称。当我创建活动并向 android 所有用户发送推送时,它不起作用。请在这里帮忙
Application.kt 类
Build.gradle 依赖
应用程序-> build.gradle
这是颤振 moengage 初始化
主要文件