synstin
synstin
I'm finally able to resolve this issue, thank you very much. https://github.com/jonataslaw/getx/discussions/2878
@gdelataillade Yes I followed all the steps, this is my manifest file. ``` ```
@gdelataillade Yes notification permissions are enabled and I even tried it in version 3.0.2, but it only sounds, I don't receive any events from the stream and no push notifications...
@gdelataillade I am currently testing it. First, I double-checked that the battery optimization options and Android settings were fine. The first thing I noticed is that if I set the...
@gdelataillade Sometimes events come into the current stream and sometimes they don't. However, when I do a hot restart, the events come into the stream.
@gdelataillade I have found the cause. I'm using getx and LazyLoadIndexedStack to handle the routing that way. If I do it that way, no event is received, only if I...
@gdelataillade Thank you. However, I am still not receiving any alarm events.
any update? @cmdrootaccess
@scottynoshotty Apply that package and it should work fine. Thanks.
@scottynoshotty Using the package you provided, callbackDispatcher is called normally, but no delay is applied. Even if you set the delay option, callbackDispatcher is called immediately. (Only on ios)