From 234b2d6411fac627ea170a15989ca4b4797badd2 Mon Sep 17 00:00:00 2001 From: IamJoyson <109574293+IamJoyson@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:46:10 +0530 Subject: [PATCH 1/2] Update getting-started.mdx --- docs/sdkx-react-native/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdkx-react-native/getting-started.mdx b/docs/sdkx-react-native/getting-started.mdx index b47769ee..c3c158fe 100644 --- a/docs/sdkx-react-native/getting-started.mdx +++ b/docs/sdkx-react-native/getting-started.mdx @@ -44,7 +44,7 @@ Guide to integrating the React Native plugin for the Helpshift SDK X. You can al -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/). From 2d03dd83847691ec111f169cff153b50ad3e90d8 Mon Sep 17 00:00:00 2001 From: IamJoyson <109574293+IamJoyson@users.noreply.github.com> Date: Fri, 9 May 2025 12:34:16 +0530 Subject: [PATCH 2/2] Update getting-started.mdx --- docs/sdkx-react-native/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdkx-react-native/getting-started.mdx b/docs/sdkx-react-native/getting-started.mdx index c3c158fe..7cfd9fd4 100644 --- a/docs/sdkx-react-native/getting-started.mdx +++ b/docs/sdkx-react-native/getting-started.mdx @@ -36,7 +36,7 @@ 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