When I run the app first time, I get didFailure twice with error:
unauthorized(__C.AVAuthorizationStatus)
unauthorized(__C.AVAuthorizationStatus)
and at the same time authorization alert shows up. When I tap "Deny" didFailure is not triggered anymore. It should not throw this errors before user makes a decision.
When I run the app first time, I get didFailure twice with error:
and at the same time authorization alert shows up. When I tap "Deny" didFailure is not triggered anymore. It should not throw this errors before user makes a decision.