"No push notifications" in Android

On android, can someone tell me what causes this string to fire?

<string name="push_notifications_old_login">No push notifications due to outdated login session. Please consider re-adding your account.</string>

In looking at the source I wasn’t able to easily decipher, but logging out/in of the Android app didn’t cut it. I’m using LDAP for authentication of my user.

Do you have Google Play Services?
Did you authenticate using the login flow? (E.g. did you had to “approve” access to your account)

1 Like