# Cordova

### Cordova <a href="#cordova" id="cordova"></a>

<table><thead><tr><th width="444">항목</th><th width="150">예</th><th width="150">아니오</th></tr></thead><tbody><tr><td>Cordova 플러그인 설치에 앞서서 plugman을 설치 완료하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#1.1-plugman-plugman"><mark style="color:blue;">link</mark></a></td></tr><tr><td>Android와 iOS의 각 프로젝트 경로에서 각각 코르도바 플러그인을 설치하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#1.1-plugman-plugman"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:green;">[for Android]</mark> app/res/values/strings.xml 파일에 dotAuthorizationKey를 등록(string-array 태그)하여 SDK사용자 인증정보를 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#2.1-authorizationkey"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:green;">[for Android]</mark> AndroidManifest.xml 파일과 app/res/xml/network_security_config.xml 파일을 설정하여HTTP 통신을 허용하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#2.2-http"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:green;">[for Android]</mark> Activity를 상속받는 기본화면의 onCreate 콜백에 SDK 함수인 initialization (와이즈트래커 초기화)를 추가하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#2.3"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> info.plist 파일에 dotAuthorizationKey를 등록하여 SDK 사용자 인증정보를 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#info.plist"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> info.plist 파일에 NSAppTransportSecurity를 등록하여 HTTP 통신을 허용하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/cordova/cordova-install-guide#info.plist"><mark style="color:blue;">link</mark></a></td></tr></tbody></table>


---

# 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://document.wisetracker.co.kr/v2-developer/quick-start/sdk-checklist/cordova.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.
