Post

Replies

Boosts

Views

Activity

AuthorizationCenter.shared.$authorizationStatus Published unable track changes to your app's authorization status
/// let cancellable = center.$authorizationStatus /// .sink() { /// switch center.authorizationStatus { /// case .notDetermined: /// // Handle the change to notDetermined. /// case .denied: /// // Handle the change to denied. /// case .approved: /// // Handle the change to approved. /// } /// } But when I went to set the change permissions,unable track changes to your app's authorization status
1
2
541
Jul ’23