andreyOriginal post
Rank 1: Thread
The user has two iPhones, both of which received a Push Target ID.
For unknown reasons, the session on the first device was interrupted. The user logs in again, a new Push Target ID is created, and the user resubscribes to the topics.
However, on the second device with an active session, Push notifications stop coming in because, for some reason, the Target ID has been removed from the topics.
What could be the issue?
Web SDK 16.0.2, Appwrite 1.6.0
Summary
Issue: Push notifications stop coming in on the second device with an active session because the Push Target ID is removed from the topics. Possible cause is the interruption of the session on the first device resulting in a new Push Target ID being created.
Solution: Update to a newer version of Web SDK (16.0.2) or Appwrite (1.6.0) to potentially resolve the issue with the Push Target ID removal during active sessions.