-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Background notification problems - IOS #2423
Comments
Hi everyone, |
It works strangely, in debugging it works, but not in IPA, it has the same permissions and nothing, does it work well for anyone in the background? |
Neither background nor foreground works on real devices, but it works great on my iOS and Android simulators. I've ensured notification permissions are enabled and then tried to display any error through try-catching exceptions into snack bars but it just fails without error. I'm only using scheduled notifications but I plan to test immediate notifications to see if they work at all. |
In the foreground if it works, you must modify the file: AppDelgate.swif The problem is in the background, in debugging it works, but in the final compilation it doesn't (IPA). I think I will look at other components. This has been unresolved for a long time. |
Event with this conf in my app, silent notifications have stopped working. It has been working since v1 of my app (almost 1 year). |
I kept trying and there is no way that works, I think I will close the topic, I have no more time to continue investigating. |
It seems to be related to this article. I don't know how to use it. |
same issue |
Hello Everyone,
I am using the component without problems on Android and IOS up to version 14, but from IOS 14 onwards the notification in the background does not work. In the foreground there is no problem, but if the app is minimized or the screen is locked it does not work, however if I try it in debugging it works (android studio or xcode), but with the final version (IPA) it does not work, which could be ?, I have struggled a lot but it doesn't work for me.
Thanks for the help.
The text was updated successfully, but these errors were encountered: