Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sdkx-react-native/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Guide to integrating the React Native plugin for the Helpshift SDK X. You can al
- Xcode 14 or above
- Java Development Kit
- Supported Android OS versions:
- SDK X is functional only above API Level 24 i.e Android OS 7 Nougat and above.
- SDK X is functional only above API Level 24 i.e, Android OS 7 Nougat and above.
- The minSDKVersion in code is kept as API Level 19 to allow importing the SDK and compiling in apps that allow installation till API Level 19 i.e Android 4.4 KitKat.
- If your app is installed on a device below API level 24 (i.e below Android OS 7 Nougat) then you can choose to have a different medium for providing support. For example, Email, Web etc. We log an UnsupportedOSVersionException if the SDK is initialized below API Level 24.
- Supported iOS versions: iOS 14 and above
- For details regarding Helpshift SDK's support policy, please refer to [this article](https://support.helpshift.com/hc/en/13-helpshift-technical-support/faq/1217-sdk-x-os-technical-support-policy/).

<Admonition type="info" title="Note">

From 10.4.0, SDK is compiled using Java 8 to ensure compatibility with Android 15 build tool chain.
- From 10.4.0, SDK is compiled using Java 8 to ensure compatibility with Android 15 build tool chain.
- SDK 10.3.0 and above functions and is supported on Android 7 and above (API level 24 and above).
- You can still compile your app using a minimum API level of 19, but the support starts for API level 24 and above.
For details regarding Helpshift SDK's Android OS support policy, please refer to [this article](https://support.helpshift.com/hc/en/13-helpshift-technical-support/faq/1217-sdk-x-os-technical-support-policy/).
Expand Down