Skip to content

Commit 1a5bee9

Browse files
committed
Add a recommendation for SSH
1 parent 4c8ba39 commit 1a5bee9

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

fern/docs/pages/sdks/mobile/android/quickstart.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
- Android Studio 2025.1.1 or later.
66
- Android Gradle Plugin 8.2 or later.
77
- Gradle 8.9 or later.
8-
- Minimum Android API level should be 24.
8+
- The minimum Android API level should be 24.
9+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
910

1011
## Integration
1112

fern/docs/pages/sdks/mobile/cordova/quickstart.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This guide helps you integrate the DevRev SDK into your Cordova app.
77
- Cordova 12.0 or later.
88
- On Android, the minimum API level should be 24.
99
- On iOS, the minimum deployment target should be 15.0.
10+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1011

1112
## Installation
1213

fern/docs/pages/sdks/mobile/flutter/quickstart.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Dart SDK 3.7.0 or later.
77
- On Android, the minimum API level should be 24.
88
- On iOS, the minimum deployment target should be 15.0.
9+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
910

1011
## Installation
1112

fern/docs/pages/sdks/mobile/ios/quickstart.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
# Quickstart guide
22

3+
## Requirements
4+
5+
- Xcode 16.0 or later (latest stable version available on the App Store).
6+
- Swift 5.9 or later.
7+
- The minimum deployment target should be 15.0.
8+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
9+
10+
## Integration
11+
312
The DevRev SDK can be integrated using either Swift Package Manager (SPM) or CocoaPods.
413

514
<Callout intent="warning">
6-
We recommend integrating the DevRev SDK using SPM.
15+
We recommend integrating the DevRev SDK using Swift Package Manager and SSH. CocoaPods is in [maintenance mode](https://blog.cocoapods.org/CocoaPods-Support-Plans/) since August 2024 and will be [deprecated in the future](https://blog.cocoapods.org/CocoaPods-Specs-Repo/).
716
</Callout>
817

9-
## Swift Package Manager
18+
### Swift Package Manager
1019

1120
To integrate the DevRev SDK into your project using SPM:
1221

1322
1. Open your project in Xcode and go to the **Add Package Dependency**.
1423
2. Enter the DevRev SDK URL under **Enter Package URL**:
24+
- For SSH: `[email protected]:devrev/devrev-sdk-ios.git` (recommended)
1525
- For HTTPS: https://github.com/devrev/devrev-sdk-ios
16-
- For SSH: `[email protected]:devrev/devrev-sdk-ios.git`
1726
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.
1827

1928
Now you should be able to import and use the DevRev SDK in your project.
2029

21-
## CocoaPods
30+
### CocoaPods
2231

2332
To integrate the DevRev SDK using CocoaPods:
2433

fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DevRev SDK, used for integrating DevRev services into your Expo app.
99
- For Expo apps, Expo 50.0.0 or later.
1010
- On Android, the minimum API level should be 24.
1111
- On iOS, the minimum deployment target should be 15.1.
12+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1213

1314
## Installation
1415

fern/docs/pages/sdks/mobile/react-native/quickstart.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This guide helps you integrate the DevRev SDK into your React Native app.
77
- For Expo apps, Expo 50.0.0 or later.
88
- On Android, the minimum API level should be 24.
99
- On iOS, the minimum deployment target should be 15.1.
10+
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1011

1112
## Installation
1213

0 commit comments

Comments
 (0)