> 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-new-sdk-release.md).

# 新OS対応版のSDKはいつリリースされますか？

## iOS

OSのメジャーバージョンアップが行われる場合は、Beta版のOSが公開され次第SDKの動作に問題がないか検証を行います。\
ここで発見された問題に関しては、修正を行った上で新OS対応版のSDKとしてリリースします。

新OSに対応したSDKのリリースは、XcodeおよびiOSのGM版公開に依存しています。\
XcodeおよびiOSのGM版が公開され次第、最終的な検証を行うため、新OS対応版のSDKのリリースは、基本的にGM版の公開が行われてから数日後（通常2-3営業日以内）となります。

XcodeおよびiOSのGM版の公開は、例年9月中旬頃であるためSDKの公開もその頃となる見込みです。

## Android

OSのメジャーバージョンアップが行われる場合は、Platform StabilityのBeta版のOSが公開され次第SDKの動作に問題がないか検証を行います。\
ここで発見された問題に関しては、修正を行った上で新OS対応版のSDKとしてリリースします。

新OSに対応したSDKのリリースは、リリース候補となるBeta版での動作に問題が判明し次第、都度修正と公開を行います。

なお、KARTE SDKのcomplieSdkVersion/targetSdkVersionのアップデートは、新OSが一般に公開されてから数週間を目処に行う予定です。\
旧バージョンのAndroid SDKやAndroid Studioに依存したビルドをしている場合はご注意ください。


---

# 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-new-sdk-release.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.
