Contents

authorizationStatus

A value indicating whether the app has user authorization to receive submersion data.

Declaration

class var authorizationStatus: CMAuthorizationStatus { get }

Discussion

The system automatically requests authorization to access motion data the first time your app instantiates a CMWaterSubmersionManager. You can use this property to check the current authorization status.

See Also

Checking availability and authorization