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