<!--
{
  "availability" : [
    "iOS: 16.2.0 -",
    "iPadOS: 16.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ActivityKit",
  "identifier" : "/documentation/ActivityKit/ActivityContent/relevanceScore",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ActivityKit"
    ],
    "preciseIdentifier" : "s:11ActivityKit0A7ContentV14relevanceScoreSdvp"
  },
  "title" : "relevanceScore"
}
-->

# relevanceScore

A score you assign that determines the order in which your Live Activities
appear when you start several Live Activities for your app.

```
let relevanceScore: Double
```

## Discussion

If you start more than one Live Activity in your app, the Live Activity
with the highest relevance score appears in the Dynamic Island. If Live Activities
have the same relevance score, the system displays the Live Activity
that started first. Additionally, the `relevanceScore`
determines the order of your Live Activities on the Lock Screen.

---

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)