Contents

alwaysAuthorizationDenied

A Boolean value that indicates someone has not granted the always authorization to your app.

Declaration

@property (nonatomic, readonly) BOOL alwaysAuthorizationDenied;

Discussion

This property is true in the CLServiceSessionDiagnostic of a CLServiceSession created with an CLServiceSession.AuthorizationRequirement.always goal if someone denies the app that authorization; otherwise false.