# Technical Requirements

An overview of the minimum technical requirements for using the MapsIndoors SDKs and software on the available platforms.

### Android SDK

Minimum SDK version: 21\
SDK target version: 35 (This is a play store requirement)\
JDK source: 11

### iOS SDK

Minimum iOS 15\
Minimum Xcode 16

### Flutter

Flutter 3\
Dart 2 (Dart 3 compatible)

### React Native

React Native version: 0.72 or greater (Possible to use lower versions, but functionality is only guaranteed and developed towards 0.72 or greater)

### Web SDK

Browser version that supports ECMAScript 6, e.g.

* Chrome 119+
* Edge 119+
* Firefox 115+
* Opera 111+
* Safari 15+
* Mobile Safari with iOS 15+
* Opera Mobile 72+

Mapbox recommends the latest releases of Chrome/Firefox:\
<https://docs.mapbox.com/help/troubleshooting/mapbox-browser-support/>

### Web Components

React 18

Node: Minimum version 18

### CMS

Browser version that supports ECMAScript 6, e.g.

* Chrome 119+
* Edge 119+
* Firefox 115+
* Opera 111+
* Safari 15+

### Web App

Browser version that supports ECMAScript 6, e.g.

* Chrome 119+
* Edge 119+
* Firefox 115+
* Opera 111+
* Safari 15+


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mapsindoors.com/other/technical-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
