Closed gregalway closed 5 months ago
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
(In response to automated stale tag....) Not yet resolved. There are several open issues related to this, the most complete seems to be #912
7.7.1
does not seem to work for my ios device which is (iOS v15)
I tried to reboot the device but didn't work as it did the trick in the past sometimes.
I am facing the same issue as well, Is there any alternative approach ?
facing the issue as well, has anybody knowledge of any patch?
+1
+1
+1
PR https://github.com/invertase/notifee/pull/985 appears to be a fix for this. I have tested it and iOS terminated state now picks messaging().getInitialNotification. So wait this PR to be merged officially or patch it yourself on your own risk.
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale.
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale.
On Fri, Apr 5, 2024 at 7:38 AM github-actions[bot] @.***> wrote:
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
— Reply to this email directly, view it on GitHub https://github.com/invertase/notifee/issues/913#issuecomment-2039966837, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFRSGLBPARIIZLCXFNQRRLY32ZOLAVCNFSM6AAAAAA7TPCJ7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZZHE3DMOBTG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale
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?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
issue exist and handling with notifee.onForegroundEvent
not helped when app is closed.
Not stale
We have been using
getInitialNotification
to bootstrap our app & load the the correct page when a user taps a notification while the app is closed. This has worked prior to version7.8.0
. According to the docs it's deprecated on IOS but should still work.After upgrading to
7.8.0
,getInitialNotification
never returns anything on iOS. There is nothing in the release notes concerning this, but I did find this PR which I suspect is the culprit. Is there something additional required for it to work now?For now, I have downgraded back to
7.7.1
and it works fine.