---
title: applinks.Details
framework: bundleresources
role: symbol
role_heading: Object
path: bundleresources/applinks/details-swift.dictionary
---

# applinks.Details

A list of apps and the universal links they handle for a domain.

## Declaration

```swift
object applinks.Details
```

## Properties

appID: appIDs: components: defaults:

## Discussion

Discussion The object optionally contains any of these keys: Use appID or appIDs to specify the applications that can access the specific URLs you define in the associated components array. You specify each application identifier in the following format: <Application Identifier Prefix>.<Bundle Identifier> This example code shows a universal links details object in an association file: {   "appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ],   "components": [     {       "/": "/buy/*",       "#": "my_great_product_123",       "comment": "Matches any URL whose path starts with /buy/ and fragment equals my_great_product_123, ignoring case"     }   ],   "defaults": { "caseSensitive": false } }

## Topics

### URL components

- [applinks.Details.Components](bundleresources/applinks/details-swift.dictionary/components-swift.dictionary.md)
