-
Notifications
You must be signed in to change notification settings - Fork 226
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
iOS: Quick actions not working when app is killed due to onBackgroundEvent() not triggering #1084
Comments
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
this issue is still occurring. any help would be appreciated! |
Same issue |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
This issue is not stale. It's a major problem that prevents Notifee from working. 😞 |
Possible duplicate. See: |
Hi. I am having an issue with quick actions on iOS only. I have two quick actions on a push notification, one opens the app in the foreground, the other does not. When clicking the quick action that launches the app, from an app killed state, the press event is lost and the background nor foreground event handlers are ever triggered. This is an issue because our app relies on a mutation firing off based on the quick action selected, but as of now, the app just launches and never reaches the logic in
notifee.onBackgroundEvent
ornotifee.onForegroundEvent()
.Quick actions work fine when the app is open or simply backgrounded (i.e., not force quit from the app switcher) because the
notifee.onForegroundEvent()
handler gets called.Our project is an Expo managed app, with the following dependencies:
Implementation
index.js
_layout.tsx (located at project-name/app/_layout.tsx)
The text was updated successfully, but these errors were encountered: