LiveQuery stops and does not restart in the background

The Swift SDK can only do what the OS allows it to do, so if the OS cuts communication based on what your app is authorized to do, there’s nothing the SDK can do. You can look online for iOS restricting apps when the app leaves the foreground. You can also add print statements to see when the OS cuts access and allows it. You can also look at the following thread: