Contents

authorizationStatus()

Returns the type of authorization the customer has for accessing the Music library on the device.

Declaration

class func authorizationStatus() -> SKCloudServiceAuthorizationStatus

Mentioned in

Return Value

The type of authorization for music library access. See SKCloudServiceAuthorizationStatus for a list of possible values.

Discussion

Use the authorization status to determine in what ways you can access the user’s music library.

See Also

Related Documentation

Getting authorization to access the Music library