[GH-ISSUE #2571] Sends not syncing automatically on mobile #7698

Closed
opened 2026-04-11 00:22:03 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @quexten on GitHub (Jun 16, 2023).
Original GitHub issue: https://github.com/bitwarden/android/issues/2571

Steps To Reproduce

  1. Sign into Bitwarden on a mobile device and go to the Sends tab
  2. Sign into Bitwarden on another device and create a send

Expected Result

The send should appear after a few seconds.

Actual Result

The send only appears when manually doing a full sync of the vault.

Screenshots or Videos

No response

Additional Context

As far as I can tell this is due to

SyncSendCreate = 12,
SyncSendUpdate = 13,
SyncSendDelete = 14,

not being implemented here: 98705e443f/src/App/Services/PushNotificationListenerService.cs (L76-L162)

Operating System

Android, iOS

Operating System Version

No response

Device

iPad Pro 2020, Xiaomi Mi9T-Pro

Build Version

2023.5.0

Beta

  • Using a pre-release version of the application.
Originally created by @quexten on GitHub (Jun 16, 2023). Original GitHub issue: https://github.com/bitwarden/android/issues/2571 ### Steps To Reproduce 1. Sign into Bitwarden on a mobile device and go to the Sends tab 2. Sign into Bitwarden on another device and create a send ### Expected Result The send should appear after a few seconds. ### Actual Result The send only appears when manually doing a full sync of the vault. ### Screenshots or Videos _No response_ ### Additional Context As far as I can tell this is due to ``` SyncSendCreate = 12, SyncSendUpdate = 13, SyncSendDelete = 14, ``` not being implemented here: https://github.com/bitwarden/mobile/blob/98705e443f321411dd3b7c8d54581fe4462cc3c5/src/App/Services/PushNotificationListenerService.cs#L76-L162 ### Operating System Android, iOS ### Operating System Version _No response_ ### Device iPad Pro 2020, Xiaomi Mi9T-Pro ### Build Version 2023.5.0 ### Beta - [ ] Using a pre-release version of the application.
GiteaMirror added the bug label 2026-04-11 00:22:04 -05:00
Author
Owner

@atjbramley commented on GitHub (Jun 19, 2023):

Hi @quexten ,

Thank you for your report!

I was able to reproduce this issue, and I have flagged this to our engineering team.

If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.

Thanks once again!

<!-- gh-comment-id:1597432775 --> @atjbramley commented on GitHub (Jun 19, 2023): Hi @quexten , Thank you for your report! I was able to reproduce this issue, and I have flagged this to our engineering team. If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these. Thanks once again!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#7698