-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
No notifications in Android app #1498
Comments
Just wanted to plus one this. My android talk app has stopped sending notifications to my phone. I do daily updates on the server so I'm not sure if that's related, or if it's the android app after a recent release, but something definitely busted. |
Just to say that notifications seems to depend on the Google Services framework, thus not working on AOSP or non-google devices. |
I do have the Google play services on mine and working and haven't made any changes to that recently. Notifications for talk has been working on my phone for the past year or two since I first used it. The only thing I can think of is the Google framework was a recent addition and somehow isn't working. But other apps on my phone that also depend on it work fine with notifications. |
Yes - i also have notifications failing for 90% of users/chats. But then some random users work sometimes. |
I replied at the previous thread as well (https://help.nextcloud.com/t/nextcloud-talk-push-notifications-not-working/120873/6). But just want to chime in saying I'm having the same issues as well. NC 22.1.0, android talk 12.1.2, using Pixel 4XL. |
Hello, I also want to report my test results: Nextcloud Server: 21.0.3 Only two users in the nextcloud network: Talk iOS works perfectly fine. I was using Talk Android 11.x for several months and never experienced this behaviour with this phone. Is there any useful testing strategy I could do to help find the problem? |
This comment has been minimized.
This comment has been minimized.
I confirm that PUSH notifications on Android 10 are also not always received. App: |
Android talk app 12.2.0 has the same issue. |
Same issue for me for Talk version 12.2.1 |
Edit: "Fix" was invalid, deleting comment |
Thanks for the tip. In my case, the performance has suddenly Gotten even
worse. In the past the apple app users got notifications but since about 3
weeks they also stopped getting them. We have not changed anything on our
server or the client phones. It's a shame that NC is not supporting
notifications and nobody seems to take this bug seriously. A chat app
without notifications is just useless and will never go anywhere...
…On Wed, 20 Oct 2021, 03:08 bugbountyguy, ***@***.***> wrote:
After waiting forever and getting nowhere... I played around quite a bit
with my apps. I think I got it.
In my particular case, I was using "bot accounts" on my system. I use this
so I can piggy back off the Talk API on my personal server for personal
notifications (so I don't need to worry about SMS services, etc.). What
happen is I think an update at some point kicked in on the server, so
notifications weren't working when hitting the API for those bot accounts.
I had to log in manually to the cloud server using the bot account
username/password/2fa. After logging in, my scripts worked perfectly and
now I'm getting notifications for all my automated scripts again.
Just in case it's relevant for some folks --
Server Nextcloud version: 22.2.0
Talk (Nextcloud App) version: 12.1.2
Talk (Android App) version: 12.2.1
Android version: 11
I hope this helps others who might be doing the same thing as myself.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGR5CMHLL2JNLQNBBNDUHYJBNANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
In my case, when I am not receiving PUSH notifications from one of the users, I simply "refresh" the chat setting by re-enabling the "Important conversation" setting. Notifications come back immediately for that conversation. I wrote on purpose that I "refresh" because this setting Android Talk does not remember as in "Mute Calls". It seems that the current significant user problems are not that important to developers. |
Sure enough after a few hours it went silent again 😢 My comment is invalid |
Yeah. Sadly most workarounds fail after a few days. In my view there is
something pretty basic wrong on the NC server side or the API with NC Talk.
It must be closely linked to the NC core dev framework because it covers
all app platforms (Android, Apple) and it doesn't get fixed in normal
upgrades where smaller gereral bugs get ironed out....
…On Wed, 20 Oct 2021, 20:35 bugbountyguy, ***@***.***> wrote:
After waiting forever and getting nowhere... I played around quite a bit
with my apps. I think I got it.
............
Sure enough after a few hours it went silent again 😢 My comment is
invalid
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGXY4VJBRIS4BSEWTYDUH4DXBANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I stood up a temporary fresh install of Nextcloud 22.2.0. After that, I reset 3 of my families Pixel 4's (all running android 11) back to factory defaults. I then reinstalled the Nextcloud talk app from the Play Store, and was sure to follow their guide at, https://github.com/nextcloud/talk-android/blob/master/docs/notifications.md. After doing the above steps, the problem still persists. It's not an issue with our devices or configurations, something is just simply broken in the app. If a dev or anyone troubleshooting further would like any info/logs/etc., please reach out to me, as I'd love to help fix this however possible. |
No idea if this is related, but this is showing up in my logs every time I send a "test" message: https://docs.nextcloud.com/server/latest/developer_manual/app_development/bootstrap.html If so, maybe the fix is on the "spreed" app itself and not here, especially considering ios and android both have the problem? It could also be that the mobile clients are no longer maintaining a websocket connection, pinging, reaching google play services, or however they work (whether that's at fault of a deprecated Bootstrap or not, idk) |
I have done similar resets and reinstalls with Samsung S9, S10, iPhone
10,11 and 12. The bug still persists.
…On Wed, 20 Oct 2021, 21:14 bgbearcatfan, ***@***.***> wrote:
I stood up a temporary fresh install of Nextcloud 22.2.0. After that, I
reset 3 of my families Pixel 4's (all running android 11) back to factory
defaults. I then reinstalled the Nextcloud talk app from the Play Store,
and was sure to follow their guide at,
https://github.com/nextcloud/talk-android/blob/master/docs/notifications.md
.
After doing the above steps, the problem still persists. It's not an issue
with out devices or configurations, something is just simply broken in the
app.
If a dev or anyone troubleshooting further would like any info/logs/etc.,
please reach out to me, as I'd love to help fix this however possible.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGRACNFQKOVENRMKMHDUH4IHZANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Doing my best to keep this thread alive. I just updated a couple of our Pixel 4XL's to android 12, and so far it appears that notifications are working again. I still have a lot more testing to do, but so far, the results are promising with Android 12. |
Thanks for the update!
…On Fri, 29 Oct 2021, 05:01 bgbearcatfan, ***@***.***> wrote:
Doing my best to keep this thread alive. I just updated a couple of our
Pixel 4XL's to android 12, and so far it appears that notifications are
working again. I still have a lot more testing to do, but so far, the
results are promising with Android 12.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGUGX46PIT6REVARGSLUJIFBZANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Unfortunately, notifications are still sporadic. Good luck everyone. This problem dates back to July, and I am not willing to wait around anymore. Will be migrating to a different cloud/chat option. Hope you all get it straightened out at some point! |
As of about 3 nights ago, my notifications spontaneously started working on their own again. I have no idea what changed, but I run updates on my system every night and am thinking an update was in that fixed this... Maybe. I recommend anyone else having this issue to try and update their nextcloud instance to the latest version and see if it randomly starts working for you as well. Either the update fixed it or I just got lucky this time around? Lol |
Awesome, thanks for the update!
What version are you running now?
…On Sat, 13 Nov 2021, 18:27 bugbountyguy, ***@***.***> wrote:
As of about 3 nights ago, my notifications spontaneously started working
on their own again. I have no idea what changed, but I run updates on my
system every night and am thinking an update was in that fixed this...
Maybe. I recommend anyone else having this issue to try and update their
nextcloud instance to the latest version and see if it randomly starts
working for you as well. Either the update fixed it or I just got lucky
this time around? Lol
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGTFEKQL5HBFQVEXYDLUL2UY7ANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Just checked, looks like I'm on nextcloud 22.2.0. There's a patch version I think that Docker hasn't picked up on yet or something but that's what it looks like the last update pulled in. |
I'm on the same but still no notifications.
…On Sat, 13 Nov 2021, 18:31 bugbountyguy, ***@***.***> wrote:
Just checked, looks like I'm on nextcloud 22.2.0. There's a patch version
I think that Docker hasn't picked up on yet or something but that's what it
looks like the last update pulled in.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGX5SS2V2HQCCJHNI6DUL2VJ5ANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Well, damn :( was hoping the new minor version had something. I'll keep an eye out for if they stop working again lol. But for the past couple of days I've been good... I'll dig deeper into my logs later too and see if I can pinpoint any changes that might help. |
I dug around the logs and came up short. I checked all my Nextcloud logs (filtering out common deprecated noise and whatnot) for the past 2 weeks. There was nothing different or odd that stood out to me, personally. Here are some things that might be worth comparing with what I have running, but may not necessarily mean anything:
It appears there was also a docker-compose update on my system... Not sure if that's even relevant, but it did happen around the time notifications began working. It was version 1.29.2-r1. Lastly, I also had a firewall update so if you're behind a custom firewall (pfsense, opnsense, ipfire, etc.) maybe update that and see if it helps. Again, doubtful that had anything to do with it, but doesn't hurt to update anyway. That all being said, I'm still getting all my notifications. I did no other Android software/system updates recently (those are manual instead of automatic), or at least not in the past week. If none of this info helps, then I'm really not sure what it could have been. :( Just got lucky I guess. |
Same issue here. I noticed that I do not get the notifications if I'm logged in with 2 accounts on my phone. once I delete the 2dn one and have only one left it works well. don't know if I have to open a separate issue or not. |
Just like how they spontaneously started working, they have now spontaneously stopped working again, LOL. Back to square one for me, too.
That's an interesting thing to notice. Unfortunately, I don't think I'm logged into more than one device that often. Unless it takes priority to the latest device that logged in and uses that for notifications... I'mma play with that idea to see if it helps me too. |
I upgraded my server from Debian 10 to Debian 11, and now my notifications are working again. I did not change any software on my phone which runs Lineage OS. My wife has a Pixel phone with the stock OS, and her notifications have been working all along. On my server, I am running the snap package. |
My notifications have also been working the past few weeks too. About a week or so after the last post I made, they started working again and have been since then... Not sure if there was an update to the docker container that Nextcloud provides, or the newest Nextcloud finally fixed it (Talk app also updated on the phone, so maybe that?). |
Nextcloud Hub II (23.0.0) Notifications are not working at all on my phone and are randomly working on the browser (Firefox 95.0.1 / Xubuntu). They work well on the same conversation on an ios device. |
Thanks to this reddit thread I finally get notifications on my (fair)phone without Google Services by downloading the APK on apkpure website. The F-Droid package seems to be incomplete and notifications didn't work with it. |
@Mer0me please note that the F-droid package doesn't contain Google Play services so Notifications won't work. To check why notifications don't work please always use this checklist: Furthermore, please update to spreed 12.2.2, as the fix nextcloud/spreed#6300 should make the notifications more reliable. |
Device informationHuawei P40 Pro (China mainland HarmonyOS 2.0.0), Server informationNextcloud version: Nextcloud Hub II (23.0.0) Talk version: 13.0.1 Custom Signaling server configured: no Custom TURN server configured: yes Custom STUN server configured: yes Test DetailsWhen launching Talk(For Android) APP(Nextcloud For Android APP is alike) for the first time, it will display a small message on the screen,saying "the system push notification was disabled", and then I can not get any system push notification when others send message to me, neither chat nor mobile call message, unless keep the Talk APP running on the top of screen, then a blue icon emerges on the tab, displayging the number of unread message. The system push notification is already enabled in test device's system setting, and I also tyied the method mentioned above( Talk Android Notification Doc), but it dose not work. When running |
Are there any updates? There is something weird with notifications. Tonight, after 36 hours of first installation, I decided to reinstall next cloud from the scratch again. Till now I thought that I had problem with my old next cloud installation (v21). |
@JimKarvo , I understand your frustration. Luckily for myself, I found that most issues went away after i upgraded NextCloud to version 23. However, one thing i noticed.... If you have the nextcloud web interface opened up on a desktop/laptop, even if the focus ISN'T on the nextcloud browser tab, AND, even if the talk app is NOT opened in the web interface (for example, if you have the "files" or "calendar" app opened instead), it prevents a push notification from being sent to my android phone. Even WITHOUT the conversation being marked as read, simply being logged into the web interface is enough to disable android push notifications for talk. It's one of the many strange behaviors i have noticed over the last year. I hope this helps... |
Cause I spend a lot of hours to check what goes wrong even with new installation, the problem exists only if user selected another language than English. |
Where do you have to set the language to english? Talk app, nextcloud profile, nextcloud server, phone system, phone keyboard? Brittish english, US english? Can't get it to work 😔 No notifications on Android since I switched to Nextcloud AIO. iOS and firefox on computers work fine. |
Yes that behaviour is known. When logged into the Web the phone
notifications stop. They called it a feature. I think it's a nuisance and i
have never come across any other platform that does that. I am not sure why
this is auch a difficult and unsolvable issue. Maybe the developers just
don't care about Android.
…On Tue, 12 Apr 2022, 21:35 bgbearcatfan, ***@***.***> wrote:
@JimKarvo <https://github.com/JimKarvo> , I understand your frustration.
Luckily for myself, I found that most issues went away after i upgraded
NextCloud to version 23.
However, one thing i noticed.... If you have the nextcloud web interface
opened up on a desktop/laptop, even if the focus ISN'T on the nextcloud
browser tab, AND, even if the talk app is NOT opened in the web interface
(for example, if you have the "files" or "calendar" app opened instead), it
prevents a push notification from being sent to my android phone. Even
WITHOUT the conversation being marked as read, simply being logged into the
web interface is enough to disable android push notifications for talk.
It's one of the many strange behaviors i have noticed over the last year.
I hope this helps...
—
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGQQ354WVSESBZ5TC5LVEV32LANCNFSM5BCIJEKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Which cloud/chat option are you switching to?
…On Wed, 3 Nov 2021, 22:21 bgbearcatfan, ***@***.***> wrote:
Unfortunately, notifications are still sporadic. Good luck everyone. This
problem dates back to July, and I am not willing to wait around anymore.
Will be migrating to a different cloud/chat option. Hope you all get it
straightened out at some point!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGQ5RKTMUKVOIPVLTLDUKFHORANCNFSM5BCIJEKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I've just run into the notification problem after installing v14.0.2 from f-droid. Installing from google play "fixed" it. |
Version from Google okay includes the libraries for push notifications. (Push notifications working via Google firebase). |
I just want to add a possible reason for missed notifications. I use pihole as adblocker at home where my nextcloud instance also is located. When collector.github.com was blocked, notifications weren't sent, but unblocking that address solved my problem. |
I think because of the age of this ticket the reasons why notifications a different points was not working differs. In general push notifications are only working if you install NC Talk for Android from the GooglePlay store. Please feel free to open a new issue if notifications issues still existing. |
Mine is failing notifications for Samsung only. What could cause this. Likely Samsung related but also annoying since family new phones are samsung. |
Did you have a look at our notification guide? If that not helps, please open a new issue. |
I only have problem with notifications for the Talk-app itself on android. Notifications for Talk: Mobile - Talk iOS - Works As you see in the list above, even the Nextcloud app on android get talk notifications, but not the talk app itself! I have tried the notifications guide, same behavior. Push notifications get sent to all other devices but not to the android talk app. This problem av been over a year! I have stopped trying different versions and trying nightly builds in hope to get this fixed. |
Same here but it’s NOT a Samsung issue. It’s a Nextcloud issue or Talk
issue because none of my other 120 android apps have any problems on
Samsung phones.
…On Thu, 13 Oct 2022 at 8:09 PM, AgentZman ***@***.***> wrote:
Mine is failing notifications for Samsung only.
All androids and Mac notifications are working for users, but just not
Samsung. I have been all over this phone and do not know why.
If I actually open the Talk app on Samsung then a notification comes in.
This is very strange.
Also NO notification (1) next to the icon until after I open the Talk App.
What could cause this. Likely Samsung related but also annoying since
family new phones are samsung.
—
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGSTWTLQB6KVYA5TV4LWDBM5VANCNFSM5BCIJEKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi. No notifications on Talk 17, latest SNAP Nextcloud, Xiaomi 11T Pro with all permissions and notifications enabled for Talk. Same thing my other phone Samsung Galaxy Note10. |
Same here. No notifications showing on Samsung s20+ although everything is
enabled.
…On Fri, 14 Jul 2023, 11:53 Samael774, ***@***.***> wrote:
Hi. No notifications on Talk 17, latest SNAP Nextcloud, Xiaomi 11T Pro
with all permissions and notifications enabled for Talk. Same thing my
other phone Samsung Galaxy Note10.
—
Reply to this email directly, view it on GitHub
<#1498 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNNHGTOIW6WEWLPDU5EZQTXQEJIZANCNFSM5BCIJEKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
#1498 (comment) did the trick, I installed via another store. Using Aurora Store fixed the issue. I could than head over to the notifications settings of the app within the system settings and could activate them. I've the feeling notifications take some time until they arrive. They aren't as fast as other chat solutions. But that's fine I guess. |
Also for me too. I installed Talk from the F-Droid store. Notification activated all round. Still not working on Android/Pixel. Also, I installed from Auroa Store. I did hear one notification, then no longer notifications at all. I'm simply not warned at all when receiving a message. App put on Unrestrictive battery usage. |
Genius idea! Why not make notifications work by default and give the users the option to opt out if they want to? I'm so tired of notifications not working and having to track down some obscure forum and tutorial to get the basic functionality. NOTIFICATIONS should be the default , NOT the fringe extra feature. |
I have been using ntfy for notifications using the Talk F-Droid version. I just posted a video about what I do. I hope it can be of help. |
Steps to reproduce
Expected behaviour
User 2 should get pop up notification
Actual behaviour
nothing happens
Device information
Device: Fairphone2/…
Samsung S10
Android version: 10/…
Amdroid 10
Talk version: 11.0.0
12.0.1
Server information
apache 2.4
Nextcloud version: (see admin overview page:
/index.php/settings/admin/overview
)Nextcloud server 22.0.0
Talk version: (see apps admin page:
/index.php/settings/apps
)12.0.1
Custom Signaling server configured: yes/no and version (see talk admin settings:
/index.php/index.php/settings/admin/talk#signaling_server
)no
Custom TURN server configured: yes/no (see talk admin settings:
/index.php/settings/admin/talk#turn_server
)no
Custom STUN server configured: yes/no (see talk admin settings:
/index.php/settings/admin/talk#stun_server
)no
Server log (data/nextcloud.log)
nextcloud.log
The text was updated successfully, but these errors were encountered: