<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_parameters_attribution_t/developer",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@E@nw_parameters_attribution_t@nw_parameters_attribution_developer"
  },
  "title" : "nw_parameters_attribution_t.developer"
}
-->

# nw_parameters_attribution_t.developer

A developer-initiated network request.

```
case developer
```

## Discussion

Use this value for the `attribution` parameter of a call to the [`nw_parameters_get_attribution(_:)`](/documentation/Network/nw_parameters_get_attribution(_:)) method when creating a network request for any purpose other than when the user explicitly accesses a link. This includes requests that your app makes to get user data. This is the default value.

For cases where the user enters a URL, like in the navigation bar of a web browser, or taps or clicks a URL to load the content it represents, use the [`nw_parameters_attribution_t.user`](/documentation/Network/nw_parameters_attribution_t/user) value instead.

---

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)