> 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-ios.md).

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

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

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

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

## iOS 16

iOS 16 で、下記の問題を除きSDKの各種機能は問題なく動作することを確認しています。

### 既知の問題

#### 動画テンプレートを利用したアプリ内メッセージにおいて再生ボタンを押すと接客が閉じてしまう

なお、アプリ内でカメラ起動後は正しく再生できることから、iOS16の問題とみています。\
ワークアラウンドとして、現状ではiOS16に限り動画はインライン再生されます。

### 既知の問題に対する緩和策について

InAppMessaging 2.12.0のリリースノートを参照ください。\
[../ios-sdk/release-notes-ios-sdk#inappmessaging-2120](/ios-sdk/release-notes-ios-sdk.md#inappmessaging-2120)

## iOS 15

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

なお、iOS 15 から導入されたPush通知の interruption-level に対応する場合は [Interruption levels（iOS 15以上）の設定方法について](https://app.developers.karte.io/app-faq/pages/fgFWdQwuFelO4w0Maife#interruption-levels（ios-15以上）の設定方法について)をご確認ください。


---

# 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, and the optional `goal` query parameter:

```
GET https://app.developers.karte.io/app-faq/app-faq-support-for-latest-ios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
