---
title: NSURLRequest.Attribution.developer
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsurlrequest/attribution-swift.enum/developer
---

# NSURLRequest.Attribution.developer

A developer-initiated network request.

## Declaration

```swift
case developer
```

## Discussion

Discussion Use this value for the attribution parameter of a URL request that your app makes 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 NSURLRequest.Attribution.user value instead.

## See Also

### Request sources

- [NSURLRequest.Attribution.user](foundation/nsurlrequest/attribution-swift.enum/user.md)
