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/destinations/catalog/castle/index.md
+57-3Lines changed: 57 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ id: 56a8f566e954a874ca44d3b0
4
4
---
5
5
[Castle](https://castle.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} monitors every step of the customer journey to help visualize and proactively block fraud that would otherwise fly under the radar. Types of fraud or abuse that can be managed include bots, fake accounts, multi-accounting, and account sharing.
6
6
7
+
The Castle destination source code is available on GitHub. Source code for the following integrations are available:
Castle maintains this destination. For any issues with the destination, contact the [Castle support team](mailto:[email protected]).
8
14
9
15
## Getting Started
@@ -16,11 +22,61 @@ Calls are now visible in Castle dashboards in real-time.
16
22
17
23
> info ""
18
24
> Castle ingests Segment Client-side events. Server-side events are dropped and not processed.
19
-
> Castle only supports web integrations through Segment, but is in the process of working on mobile support.
25
+
> Castle supports web, Android and iOS integrations through Segment.
26
+
27
+
### iOS
28
+
29
+
1. Add the Castle Segment dependency
30
+
31
+
- With Xcode:
32
+
33
+
In the Xcode **File** menu, click **Add Packages**. In the resulting dialog dialog where you can search for Swift packages. In the search field, enter the URL to this repository: `https://github.com/castle/analytics-ios-integration-castle`
34
+
20
35
36
+
You can optionally pin the package to a specific branch or version, and select the project in your workspace to which you'll add the package. When you're done, click **Add Package**.
0 commit comments