插件nativescript-local-notifications将通知一式三份,没有文本

问题描述 投票:0回答:1

我正在后台服务上使用插件nativescript-local-notifications,因此当我将通知安排到现在时,它显示3条通知(而不是一个通知),也根本没有文本:

enter image description here

我的代码:

  LocalNotifications.schedule({
    title: 'Alerta',
    body: `Uma ocorrência de ${occurrence.category.name} foi registrada próxima ao seu local atual`,
    bigTextStyle: true
  })

[第一次测试时,它显示2条通知,但现在总是显示3条通知。

值得一提的是,我正在使用nativescript-firebase接收远程通知,但是此通知应该是本地的。

[我在Android 5.1的模拟器上进行了测试,而且还在模拟器和运行Android 9的设备上进行了测试,并且在所有设备上都发生了相同的事情。

notifications nativescript android-notifications background-service
1个回答
0
投票

这是一个大错,我都没有注意到。

© www.soinside.com 2019 - 2024. All rights reserved.