From 18e68bd5b40d75c4449a41ab1191bd0ae46494b0 Mon Sep 17 00:00:00 2001 From: Arjun Bhadra Date: Thu, 23 Jan 2025 13:04:08 -0800 Subject: [PATCH] Add supported platforms and respective versions table (#745) * Add supported platforms and respective versions table * Remove redundant question --- src/pages/home/current-sdk-versions.md | 10 ++++++++++ src/pages/resources/faq.md | 9 +-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/pages/home/current-sdk-versions.md b/src/pages/home/current-sdk-versions.md index 8c647df08b..e5d3bffd51 100644 --- a/src/pages/home/current-sdk-versions.md +++ b/src/pages/home/current-sdk-versions.md @@ -165,3 +165,13 @@ Please note that the Adobe Analytics extension is not supported in AEP-prefixed The Adobe Experience Platform SDK for Roku supports Roku OS 11.0 or later. The project is open sourced in GitHub. For more information, refer to the [aepsdk-roku](https://github.com/adobe/aepsdk-roku) repository. + +# Supported Platforms + +| Platform | Supported Version | +|---|---| +| Android | 5 or later (API levels 21 or later) | +| iOS | 12 or later | +| React Native | 0.60.0 or later | +| Flutter | 2.0.0 or later | +| Roku | 11.0 or later | diff --git a/src/pages/resources/faq.md b/src/pages/resources/faq.md index 20cdaf8eb4..6b2f895424 100644 --- a/src/pages/resources/faq.md +++ b/src/pages/resources/faq.md @@ -79,16 +79,9 @@ Implementing the two SDKs in your app is not supported. The Experience Platform SDK migrates the locally stored user contexts from the 4x SDKs. Using both SDKs will cause severe data quality issues. For more information, please read the [upgrade to the Experience Platform SDKs tutorial](./upgrade-platform-sdks/index.md). -### What platforms are supported? - -For a complete list of supported platforms, please read the [latest SDK versions document](../home/current-sdk-versions.md). - ### What OS and platform versions are supported? -* Android versions 5 or later (API levels 21 or later) -* iOS versions 12 or later -* React Native versions 0.60.0 or later -* Flutter versions 2.0.0 or later +For a complete list of supported platforms, please read the [latest SDK versions document](../home/current-sdk-versions.md#supported-platforms). ### Where does the SDK store identities and preferences on the app?