---
title: partyURL
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkgameactivity/partyurl
---

# partyURL

If the game supports party code, this is the URL that can be shared among players to join the party.

## Declaration

```swift
var partyURL: URL? { get }
```

## See Also

### Getting and verifying the party code

- [partyCode](gamekit/gkgameactivity/partycode.md)
- [validPartyCodeAlphabet](gamekit/gkgameactivity/validpartycodealphabet.md)
- [isValidPartyCode(_:)](gamekit/gkgameactivity/isvalidpartycode(_:).md)
