【发布时间】:2019-07-03 12:01:40
【问题描述】:
我正在使用 react-native-pusher-push-notifications 在 react native android 应用程序中获取通知 应用程序注册正确,当我从推送梁发送通知时仪表板应用程序崩溃并关闭
我正在使用:
compile project(':react-native-pusher-push-notifications')
implementation 'com.google.firebase:firebase-core'
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.pusher:push-notifications-android'
【问题讨论】:
-
您能否提供有关您当前实施的更多信息?你确定你已经完成了
react-native-pusher-push-notifications包中的所有 Android 步骤吗?这是它的链接:github.com/b8ne/react-native-pusher-push-notifications#android
标签: android react-native push-notification