# 프로젝트 설정

### SDK 연동을 위한 준비

#### Android

* Android Studio 환경
* Android 4.1 (API Version 16) 이상
* Android Support Library (android-support-v4.jar)

#### iOS

* Xcode 16.0 이상
* Deployment Target : iOS 12.0 이상

> 2025년 4월 24일부터 앱 스토어 커넥트에 업로드하는 앱은 Xcode 16 이상 버전을 사용하여 빌드해야 합니다.\
> \
> <https://developer.apple.com/kr/news/>

### Plugin 설치

[AdPie Flutter SDK](https://pub.dev/packages/adpie_sdk) 에서 릴리즈된 버전을 확인합니다.

#### 1. 터미널 명령어로 설치

```
$ flutter pub add adpie_sdk
```

#### 2. pubspec.yaml 에 dependency 입력

* 터미널 명령어로 설치한 경우 이 단계를 무시합니다.
* dependencies에 adpie\_sdk 를 추가합니다.

```yaml
dependencies:
  adpie_sdk: ^1.1.1
```

#### 3. AdPie SDK Dart 파일 임포트

```dart
import 'package:adpie_sdk/adpie_sdk.dart';
```


---

# 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://platform-business.gitbook.io/adpie/flutter/project-settings.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.
