-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deep linking doesn't work for background mode #2041
Comments
Looks related zo0r/react-native-push-notification#17 |
Okey, it is not a bug, but 'feature' of iOS push notifications - they don't work "by default" for background mode. To make it work for background programmers use some trick - include
@toland @bernardd Please add this flag to our push notifications. P. S. Unfortunately I didn't found easy way to test pushes - only via testflight, so please prepare for possible several deployments until we found correct way. |
We can use this to test raw push notification payloads without backend changes https://github.com/noodlewerk/NWPusher |
The documentation in our library for |
Back in January, we had a similar discussion (#1717). I'm going to paste some snippets here:
|
I think you should use a tool (either the one I mentioned or else the one @southerneer mentioned) to allow you to test push notifications yourself. There's enough uncertainty that I don't expect we'll get it right first time, and testing by making server side changes ... is a very long feedback loop. It would be much quicker if you can send push notifications yourself. |
Verified on Staging Version 2.3.1 |
IIRC, the recent change that fixed this ticket also (accidentally) enabled 'foreground' notifications? So, maybe after that is undone, this ticket should go back to 'In progress', or we should ask QA to specifically test push notifications? What do you think? |
Oh, I think this was picked up as ticket #2045. |
Verified on Staging Version 2.3.1 with messages and bot shares. |
Verified on Prod Version: 2.3.1 with messages and bot shares |
Verified on Production Version: 2.6.7 |
1 similar comment
Verified on Production Version: 2.6.7 |
No description provided.
The text was updated successfully, but these errors were encountered: