Hello Folks. Is it possible to send notifications ...
# android
b
Hello Folks. Is it possible to send notifications to an android application without using Firebase Cloud Messaging even if the application is closed or in the background? Any insight on the matter appreciated.
not kotlin but kotlin colored 3
f
Short answer: no
👍 1
b
thx @Frank Bouwens @kenkyee do you have a suggestion on where i could ask this question? Thx in advance!
k
click the channel info up top
Screenshot 2024-07-17 at 11.31.04 AM.png
👍 1
b
The slack link in https://androidchat.co/ is not working anymore. Can i please get an invite
b
@Bala dakshna same for me.
k
Looks like that forum is dead: https://github.com/androidchat/androidchat.github.io/issues I'll update the channel info.
"This repository has been archived by the owner on Jun 12, 2023. It is now read-only."
r
Well i think this is achievable with service/worker running in background with a scheduled task but that might be delayed, you could have your own service to ask for data and display the notifications when you receive the data
👍 1