-
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
docs: onNotificationOpenedApp & getInitialNotification not supported on IOS #616
Comments
Found the answer: |
Can't find the alternative though |
ah yes, that's correct for iOS! Did you solve your issue? |
@helenaford no, can't find the alternatives |
sorry, could you elaborate? what do you mean by alternatives? |
@helenaford i need those 2 functions for both IOS and Android. If Notifee handles this now, how can i still use those 2 functions with Notifee? |
@arjendevos for iOS and for android when notifications are displayed when the app is open, you need to use notifee event handlers |
@helenaford yeah i understand, but what can i use for when the app is closed? |
@arjendevos From the Android Handling Interaction docs it says I tried with both (on Android only), and it seems
You should also check Notifee's |
@helenaford when pressing on a remote notification on IOS when the app in in background but not killed, it triggers |
@AnisDerbel Looks like this is intentional? See https://notifee.app/react-native/docs/events#app-open-events
Meaning |
@Avishayy you are right,That's what I did. I use All is good |
Adding this as a priority to update in docs |
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. |
Before i installed notifee, it worked fine. Now it only fires the
onMessage()
function.The text was updated successfully, but these errors were encountered: