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

# FAQ

## 一般的な質問

* [サポートが終了したSDKを利用するとどのような影響がありますか？](/app-faq/app-faq-effect-of-support-termination.md)
* [クラッシュログはどのように取得できますか？](/app-faq/app-crash-log.md)
* [SDKを導入するとビルドエラーが起きる](/app-faq/sdk-build-error.md)
* [SDKのサイズはどれくらいですか？](/app-faq/app-faq-what-size-sdk.md)
* [iOS14におけるIDFAのオプトイン化の影響はありますか？](/app-faq/app-faq-the-impact-of-idfa-opt-in.md)
* [SDKはシミュレータでも動作しますか？](/app-faq/app-faq-simulator-support.md)
* [App Linksへの対応は必要ですか？](/app-faq/app-faq-app-links.md)

## 開発環境に関する質問

* [アプリの難読化・最適化に対応していますか？](/app-faq/app-faq-support-for-obfuscation.md)
* [Cordova以外のツールで開発したWebViewアプリへのKARTE SDK導入は可能ですか？](/app-faq/app-faq-support-other-webview-app.md)

## イベントトラッキングに関する質問

* [標準で発生するイベントにフィールドを付加するのは可能ですか？](/app-faq/app-faq-customize-the-fields-of-standard-events.md)
* [イベントの送信を監視することは可能ですか？](/app-faq/app-faq-monitor-events.md)
* [イベントの送信リクエストのタイムアウトは何秒ですか？](/app-faq/app-faq-request-timeout.md)
* [送信できなかったイベントは再送されますか？](/app-faq/app-faq-support-for-resending.md)

## WebViewでのイベントトラッキングに関する質問

* [UserAgentをカスタマイズすることによる影響はありますか？](/app-faq/app-faq-customize-user-agent.md)
* [アプリ内WebViewの計測タグは無効化できますか](/app-faq/app-faq-webview-deactivate.md)

## アプリ内メッセージに関する質問

* [意図しない画面にアプリ内メッセージが表示されてしまいます](/app-faq/app-faq-unintended-indication-of-iam.md)
* [アプリ内メッセージのレスポンシブ対応は可能ですか？](/app-faq/app-faq-responsive-support-for-iam.md)
* [バックボタンでアプリ内メッセージを閉じることはできますか？](/app-faq/app-faq-back-button-support-for-iam.md)
* [アプリ内メッセージで selectタグは使えませんか？](/app-faq/app-faq-select-tag-support-for-iam.md)
* [アプリ内メッセージで動画の自動再生はできますか？](/app-faq/app-faq-autoplay-support-for-iam.md)
* [アプリ内メッセージからアプリにデータを渡すにはどうすれば良いですか？](/app-faq/app-faq-passing-data-from-iam-to-app.md)
* [アプリ内メッセージが特定の画面で表示されません](/app-faq/app-faq-iam-cannot-be-displayed-on-certain-screens.md)
* [アプリ内の特定の画面に遷移させることは可能ですか？](/app-faq/app-faq-go-to-a-specific-screen-in-the-app.md)
* [UIWebViewは使用されていますか？](/app-faq/app-faq-using-webview.md)
* [SKStoreReviewControllerとアプリ内メッセージはどちらが上に表示されますか？](/app-faq/app-faq-skstorereviewcontroller-with-iam.md)

## 設定値配信に関する質問

* [設定値で配信したい内容が多数ある場合に、推奨の実装方法はありますか？](/app-faq/app-faq-variables-large-number-items.md)

## プッシュ通知に関する質問

* [通知の開封を検知できません](/app-faq/app-faq-unable-to-detect-the-opening-of-the-notification.md)

## マルチアカウント・マルチデバイスへの対応に関する質問

* [ログアウト前のユーザーにデータを紐付けないようにすることは可能ですか？](/app-faq/app-faq-renew-visitor-id.md)
* [同一アカウントに複数台の端末でログインした場合どうなりますか？](/app-faq/app-faq-multiple-device-login.md)

## リリース前のOSへの対応に関する質問

* [新OS対応版のSDKはいつリリースされますか？](/app-faq/app-faq-new-sdk-release.md)
* [最新の Android OS で動作しますか？](/app-faq/app-faq-support-for-latest-android.md)
* [最新の iOS で動作しますか？](/app-faq/app-faq-support-for-latest-ios.md)
* [App-Bound Domains を有効にした場合はどうなりますか？](/app-faq/app-faq-support-for-app-bound-domains.md)


---

# 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.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.
