question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bigPictureUrl not working with remote notifications

See original GitHub issue

Bug

When I use bigPictureUrl in LocalNotifcation it’s work fine. but when I use it with remote push notification not working !!

Environment info

System: OS: Windows 10 10.0.18362 CPU: (8) x64 Intel® Core™ i7-8565U CPU @ 1.80GHz Memory: 6.74 GB / 15.78 GB Binaries: Node: 10.16.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.10.1 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found IDEs: Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6514223 Languages: Java: 12.0.1 Python: Not Found npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: 0.63.1 => 0.63.1 npmGlobalPackages: react-native: Not Found

Library version: 6.1.1

PushNotification.localNotification({ subText: 'This is a subText', // (optional) default: none bigPictureUrl: "http://example.com/image.jpg", message: 'My Notification Message', // (required) }); { "registration_ids":["{ids}"], "notification": { "title": "string", "bigPictureUrl": "http://example.com/image.jpg" } }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Passing picture or bigPictureUrl url to local notification object ...
Bug When providing an object to PushNotification.localNotificationSchedule() with a url string as either the picture or bigPictureUrl I get ...
Read more >
React Native Push Notification Not Working Properly
localNotification() background not working. If I send notification from firebase server I am getting response in console.log. but. condition 3: ...
Read more >
Remote notifications not working -… | Apple Developer Forums
Since iOS 9, my push notifications are not working. I believe this is a client side problem because I checked everything on my...
Read more >
react-native-push-notification - npm
React Native Local and Remote Notifications for iOS and Android ... Read the troubleshooting guide before raising an issue.
Read more >
How can I troubleshoot my push notification issues?
You have implemented mobile push notifications into your PubNub application or you have made some changes (new push cert, for example)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found