<!--
{
  "availability" : [
    "iOS: 9.3.0 - 18.0.0",
    "iPadOS: 9.3.0 - 18.0.0",
    "macCatalyst: 13.0.0 - 18.0.0",
    "macOS: 11.0.0 - 15.0.0",
    "tvOS: 9.3.0 - 18.0.0",
    "watchOS: 7.0.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKCloudServiceController/authorizationStatus()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKCloudServiceController(cm)authorizationStatus"
  },
  "title" : "authorizationStatus()"
}
-->

# authorizationStatus()

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

```
class func authorizationStatus() -> SKCloudServiceAuthorizationStatus
```

## Return Value

The type of authorization for music library access. See [`SKCloudServiceAuthorizationStatus`](/documentation/StoreKit/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

  [In-App Purchase Programming Guide](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction.html#//apple_ref/doc/uid/TP40008267)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)