Hi, today i discovered in our app that when we call requestAlwaysAuthorization() and choose "Allow While Using App" in user prompt, the app receives new locations in foreground as expected but after the app goes to background it stops receiving location updates. Also there is no blue status bar that indicates that any app uses location services.
A fix i found is to set showsBackgroundLocationIndicator to true and then everything works as expected.
Is that intended behaivour? Or is that bug in iOS? I tested it on iOS 13.5.1 and iOS 14 beta.
A fix i found is to set showsBackgroundLocationIndicator to true and then everything works as expected.
Is that intended behaivour? Or is that bug in iOS? I tested it on iOS 13.5.1 and iOS 14 beta.