LOG OUT function not working properly

Hi, Have you noticed that when you log out from one user, you still receive push notifications from the previous user?

In our case:

  1. The first user logs in automatically as a GUEST profile.
  2. Then, if they understand the value of our app, they start to sign up (enter email and other personal data). By the way, at this stage, I added a LOG OUT function to the screen. When users come to this screen, the LOG OUT function should work. Then they sign up as a new user.

Twice a week, we send GUESTS custom push notifications, but our other users (users except GUESTS) receive these notifications as well. They complain about it a lot.

Create a unique temp user for each new download.
Convert that same temp user to a perm user via an Update Logged in User action…(do not log them out).

I see your point, but it is not a solution for us. Our approach is better for statistics (churn rate, how many guests turn into users, etc.). If the Log Out function works as expected, it will be okay for us.

I have submitted a ticket, but I’m curious if it is just me having this issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.