Skip to content

Commit

Permalink
Add supported platforms and respective versions table (#745)
Browse files Browse the repository at this point in the history
* Add supported platforms and respective versions table

* Remove redundant question
  • Loading branch information
addb authored Jan 23, 2025
1 parent 124a03b commit 18e68bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 10 additions & 0 deletions src/pages/home/current-sdk-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,13 @@ Please note that the Adobe Analytics extension is not supported in AEP-prefixed
</div>

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 |
9 changes: 1 addition & 8 deletions src/pages/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 18e68bd

Please sign in to comment.