我有一个问题,当我实现了一个插件PushNotification在电容器,问题是,当电话收到推通知不发出任何声音.这是我的代码.
PushNotifications.addListener('pushNotificationReceived',
(notification: PushNotification) => {
console.log('Push received: ',JSON.stringify(notification));
}
这是capacitor.config.json中的设置
"PushNotifications": {
"presentationOptions": ["badge", "sound", "alert"]
}
谢谢你的帮助。
1条答案
按热度按时间yptwkmov1#
显示已创建的通知通道详细信息。
那就不要在Redmi或mi手机上测试。
};