Android Background (app killed from app switcher) monitoring

Hello @heypiotr i am wondering if there is a way to monitor beacon regions on android when app is killed manually from app switcher (assuming app was started previously at least once)? I have read a bunch of posts that it is possible and not possible. Does your Android SDK support background monitoring on android? How does it work? Using android service?

Is there documentation and example code how to do that (if possible)?

Thanks in advance!

In my app, all beacon-functions run in a service.
If app is killed from app switcher, this service restarts, so the scanning/monitoring etc. resumes.

@alexander can you please give some more detail, can we watch your code (only monitoring code)

@aqibShxh - Have you fixed this issue?