我正在使用react-native-push-notification向android和ios设备发送远程推送通知。我能够完美地收到通知。
现在,我想在推送通知中显示图像。我尝试在localNotification的有效负载中使用largeIcon: "ic_launcher"
。它工作正常,但是当我尝试提供像largeIcon: "http://example.com/some_remote_image.jpg"
这样的远程图像URL时,它没有在通知中显示该图像。
任何帮助将不胜感激。谢谢。