Skip to content
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

Notification routing does not work properly if app is not running on IOS #295

Closed
sesigl opened this issue Aug 18, 2019 · 2 comments · Fixed by #297
Closed

Notification routing does not work properly if app is not running on IOS #295

sesigl opened this issue Aug 18, 2019 · 2 comments · Fixed by #297

Comments

@sesigl
Copy link

sesigl commented Aug 18, 2019

Describe the bug
Routing does not work if app is not running on IOS

To Reproduce
If applicable, steps to reproduce the behavior:

  1. Start example app (or other similar app where routing is properly setup)
  2. Press button "Repeat notification every minute"
  3. Close and exit the app, it's important to really close the app
  4. Wait for a notification
  5. Click on the notifcation
  6. You will see the first screen, not the second

Expected behavior
Instead of the first screen you should see the second screen. This works if the app is already running (open & in background).

Sample code to reproduce the problem
Check it in the example of this repository.

@MaikuB
Copy link
Owner

MaikuB commented Aug 18, 2019

Thanks for reporting that, looks like the PR I've referenced broke that behaviour will address this soon.

@MaikuB
Copy link
Owner

MaikuB commented Aug 19, 2019

This should hopefully be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants