【发布时间】:2019-09-28 10:33:13
【问题描述】:
我正在使用 this 库在 react native 中实现 azure 通知中心。 我能够成功获得注册ID。但是没有收到任何通知。 我正在从 azure 门户发送测试通知,并且它已成功交付。 我遵循here 和here 的集成教程。
【问题讨论】:
标签: azure react-native push-notification firebase-cloud-messaging azure-notificationhub
我正在使用 this 库在 react native 中实现 azure 通知中心。 我能够成功获得注册ID。但是没有收到任何通知。 我正在从 azure 门户发送测试通知,并且它已成功交付。 我遵循here 和here 的集成教程。
【问题讨论】:
标签: azure react-native push-notification firebase-cloud-messaging azure-notificationhub
我遵循了相同的steps 并遇到了相同的问题,com.microsoft.windowsazure.notifications.NotificationsBroadcastReceiver 未被引用。我能够通过添加来解决
dependencies {
...
implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.6@aar'
implementation 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
}
repositories {
maven {
url "https://dl.bintray.com/microsoftazuremobile/SDK"
}
}
按照herehere 的描述发送到我的应用 build.gradle
这可能会或可能不会有所不同,但也要确保您已将 x86 Atom 映像安装到项目中