You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ With Analytics-Swift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS a
10
10
If you're migrating to Analytics-Swift from a different mobile library, you can skip to the [migration guide](/docs/connections/sources/catalog/libraries/mobile/swift-ios/migration/).
11
11
12
12
> info ""
13
-
> Analytics-Swift currently supports [these destinations](#supported-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
13
+
> Analytics-Swift currently supports [these destinations](#supported-device-mode-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
14
14
15
15
16
16
## Getting Started
@@ -416,13 +416,13 @@ let idfaPlugin = IDFACollection()
416
416
analytics.add(plugin: idfaPlugin)
417
417
```
418
418
419
-
## Supported Destinations
420
-
Segment supports these destinations for Analytics Swift, with more to come:
### Can I use the catalog of device-mode destinations from Analytics-iOS?
@@ -431,4 +431,4 @@ No, only the plugins listed above are supported in device-mode for Analytics-Swi
431
431
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
432
432
433
433
## Changelog
434
-
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).
434
+
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}.
0 commit comments