3

当应用程序处于后台或关闭时,收到的推送通知会转到顶部栏(通知中心)。
稍后点击一个通知将打开应用程序并为该特定消息调用 onNotification 回调。在 iOS 中,getDelievedNotifications 返回所有待处理的数组。
如何在Android中做到这一点?

谢谢。

(编辑:我正在使用https://github.com/zo0r/react-native-push-notification

4

1 回答 1

0

你可以使用这个库 - https://github.com/zo0r/react-native-push-notification

奇怪的是,这个库支持 Android 上的重复通知,而 react-native base 支持 IOS 设备上的重复通知。

于 2018-03-28T03:17:19.683 回答