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
With AnalyticsSwift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS and Linux applications to any analytics or marketing tool without having to learn, test, or implement a new API every time. AnalyticsSwift is compatible with both Swift and Objective-C applications.
13
+
With Analytics-Swift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS and Linux applications to any analytics or marketing tool without having to learn, test, or implement a new API every time. Analytics-Swift is compatible with both Swift and Objective-C applications.
14
14
15
15
> warning ""
16
-
> If you're migrating to **AnalyticsSwift** from Analytics iOS (Classic), you can skip to the [migration guide](/docs/connections/sources/catalog/libraries/mobile/swift/migration/).
16
+
> If you're migrating to **Analytics-Swift** from Analytics iOS (Classic), you can skip to the [migration guide](/docs/connections/sources/catalog/libraries/mobile/apple/migration/).
17
17
18
-
## Benefits of AnalyticsSwift
18
+
## Benefits of Analytics-Swift
19
19
20
-
AnalyticsSwift provides several key benefits including improvements in stability, performance, and developer experience when compared to Analytics iOS (Classic).
20
+
Analytics-Swift provides several key benefits including improvements in stability, performance, and developer experience when compared to Analytics iOS (Classic).
21
21
### Performance
22
22
23
-
AnalyticsSwift is a huge leap forward in terms of performance when compared to Analytics iOS. For a more detailed overview, you can reference the [blog post](https://segment.com/blog/sdk-performance-improvements/).
23
+
Analytics-Swift offers improved performance when compared to Analytics iOS. For a more detailed overview, you can reference the [blog post](https://segment.com/blog/sdk-performance-improvements/).
24
24
25
25
- Faster event processing and deliver
26
26
- Significantly lower CPU usage
27
27
- Small memory & disk usage footprint
28
28
29
29
### Developer Experience
30
30
31
-
AnalyticsSwift adds several improvements to the overall experience of using the core SDK, as well as improvements to the overall [Plugin Architecture](/docs/connections/sources/catalog/libraries/mobile/swift/swift-plugin-architecture).
31
+
Analytics-Swift adds several improvements to the overall experience of using the core SDK, as well as improvements to the overall [Plugin Architecture](/docs/connections/sources/catalog/libraries/mobile/swift/swift-plugin-architecture).
32
32
33
33
- Ability to use Type Safe data structures rather than just dictionaries.
34
34
- Simpler syntax and more developer friendly overall.
@@ -40,7 +40,7 @@ For the first time ever, developers can filter and transform their users’ even
40
40
Learn more about [Destination Filters](https://github.com/segmentio/DestinationFilters-swift) on Mobile, and [Edge Functions](https://github.com/segmentio/EdgeFn-Swift) on Mobile.
41
41
42
42
## Getting started
43
-
To get started with the AnalyticsSwift mobile library:
43
+
To get started with the Analytics-Swift mobile library:
44
44
45
45
1. Create a Source in Segment.
46
46
1. Go to **Connections > Sources > Add Source**.
@@ -53,9 +53,9 @@ To get started with the Analytics Swift mobile library:
> If you are using the Analytics iOS (Classic) SDK, you can find [the documentation here](/docs/connections/sources/catalog/libraries/mobile/ios). Many of the features available in the Analytics Swift SDK are not available in the Analytics iOS (Classic) SDK.
155
+
> If you are using the Analytics iOS (Classic) SDK, you can find [the documentation here](/docs/connections/sources/catalog/libraries/mobile/ios). Many of the features available in the Analytics-Swift SDK are not available in the Analytics iOS (Classic) SDK.
0 commit comments