> For the complete documentation index, see [llms.txt](https://app.developers.karte.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.developers.karte.io/app-faq/app-faq-support-for-latest-android.md).

# 最新の Android OS で動作しますか？

## 最新の Android OS で動作しますか？

{% hint style="warning" %}
**ここでは Android 固有の事象について取り扱っております**

未リリースのOSについては、β/RC版での検証結果であり、正式版では動作検証結果が異なる可能性がございます
{% endhint %}

## Android 14

Android 14 を利用した端末上において、KARTE SDK の各種機能は問題なく動作することを確認しています。

また、アプリのcompileSdkVersion/targetSdkVersionをAPI Level 34に指定した場合でも、SDKの動作には問題がないことを確認しています。

## Android 13

Android 13 を利用した端末上において、KARTE SDK の各種機能は問題なく動作することを確認しています。

ただし、プッシュ通知の権限がデフォルトでオフになったため、Android 13以降の端末でプッシュ通知の表示を行うためにはインストール後にプッシュ通知の権限を取得する必要があります。

## Android 12

Android 12 を利用した端末上において、KARTE SDK のプッシュ通知以外の各種機能は問題なく動作することを確認しています。

### プッシュ通知について

アプリの`compileSdkVersion`/`targetSdkVersion`をAPI Level 31に指定した場合、`notifications:2.8.0`未満を利用しているとプッシュ通知の表示がされない不具合が確認されています。\
targetSdkVersionをアップデートする際には、notificationsモジュールも2.8.0以降にアップデートしてください。

## Android 11

Android 11 を利用した端末上において、KARTE SDK の各種機能は問題なく動作することを確認しています。\
また、アプリのcompileSdkVersion/targetSdkVersionをAPI Level 30に指定した場合でも、SDKの動作には問題がないことを確認しています。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://app.developers.karte.io/app-faq/app-faq-support-for-latest-android.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.
