Skip to content

Commit

Permalink
Update sdk-ios.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Atul-Butola authored Nov 7, 2024
1 parent 708bac6 commit f2dffec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/docs/pages/plug-sdk/sdk-ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To integrate the DevRev SDK into your project using Swift Package Manager (SPM):
1. Open your project in Xcode and navigate to the **Add Package Dependency**.
2. Enter the DevRev SDK URL under **Enter Package URL**:
- For HTTPS: https://github.com/devrev/devrev-sdk-ios
- For SSH: [email protected]:devrev/devrev-sdk-ios.git
- For SSH: [email protected]:devrev/devrev-sdk-ios.git **RECONFIRM THIS**
3. In the **Build Phases** section of your app target, locate the **Link Binary With Libraries** phase and confirm that `DevRevSDK` is linked. If not, add it by clicking **+** and selecting `DevRevSDK` from the list.

Now you should be able to import and use the DevRev SDK in your project.
Expand Down Expand Up @@ -200,7 +200,7 @@ await DevRev.trackEvent(name: "open-message-screen", properties: ["id": "foo-bar

The DevRev SDK offers session analytics features to help you understand how users interact with your app.

### Opt In/Out
### Opt in or out

Session analytics features are opted-in by default, enabling them from the start. However, you can opt-out using the following method:

Expand Down

0 comments on commit f2dffec

Please sign in to comment.