AuthorizationCenter.shared.$authorizationStatus not change When I revoked permissions in Settings.

The steps are as follows:

1、AuthorizationCenter.shared.requestAuthorization(for: .individual) And grant permission

2、go to Settings , Cancel permission

3、Go back to the APP and query permissions,AuthorizationCenter.shared.authorizationStatus always Approved

I too am having trouble with this issue. I expect there is a way to do this, as I have found apps in the store that are able to properly query permissions.

AuthorizationCenter.shared.$authorizationStatus not change When I revoked permissions in Settings.
 
 
Q