Thanks for reply I use BGTaskScheduler.shared.register in my app. I call this method in AppDelegate, timeInterval setter 30 minutes, but users in TestFlight have widget without autoupdating. When I run my app in Xcode widget always updating 30 minutes. App using Flutter but for home widget on iPhone I write code in SwiftUI. Could this be a bug that's causing the widget not to update? Should I try releasing the app and maybe iOS will start updating the widget? Thanks