Make Obsidian Sync work in background (on Mobile)

Hi Obsidian friends,

On iOS and iPadOS, it is common for me to quickly jot something down in Obsidian, and then either lock the device or swipe to another app or the home screen before Obsidian has a chance to finish syncing. This situation can lead to stale data on the device, and the occasional overwriting of changes made on mobile.

For iOS 26 and iPadOS 26, Apple have introduced a new BGContinuedProcessingTask API for background tasks that can continue running even after an app is no longer in the forefront. Would it be possible to consider using this new API for Obsidian Sync operations?

Thanks!