# iOS SDK 빠른 시작

이 빠르고 간단한 예제를 사용하여 Pushwoosh iOS SDK를 시작하세요.

## 사전 요구 사항

Pushwoosh iOS SDK를 앱에 통합하려면 다음이 필요합니다:

<TranslatedFragment id="prerequisites-ios" />

## 예제 프로젝트 다운로드

GitHub에서 예제 프로젝트를 복제합니다:
```bash
git clone https://github.com/Pushwoosh/pushwoosh-ios-sample.git
```

## 프로젝트 구성

<TranslatedFragment id="configure-sample-app-ios" />

## 프로젝트 실행

1. 프로젝트를 빌드하고 실행합니다.
2. 앱에는 "Actions"와 "Settings" 두 개의 탭이 있습니다. **Settings** 탭으로 이동합니다.
3. **Register for Pushes** 버튼을 탭합니다.
4. 푸시 알림 권한을 부여합니다. 기기가 Pushwoosh에 등록됩니다.

다음과 같은 로그 항목이 표시됩니다:
```bash
Pushwoosh: Initializing application runtime
[PW] BUNDLE ID: __YOUR_BUNDLE_ID__
[PW] APP CODE: __YOUR_APP_CODE__
[PW] PUSHWOOSH SDK VERSION: 6.7.13
[PW] HWID: __YOUR_HWID__
[PW] PUSH TOKEN: (null)
[PW] [I] -[PWNotificationManagerCompatiOS10] NotificationCenter authorization granted: 1
[PW] [I] -[PWPushNotificationsManagerCommon] Registered for push notifications: __YOUR_PUSH_TOKEN__
```
이제 기기가 Pushwoosh에 등록되었습니다.

## 푸시 알림 보내기

Pushwoosh Control Panel로 돌아가 등록된 기기로 [푸시 알림을 보냅니다](/ko/product/messaging-channels/push-notifications/send-push-notifications/one-time-push).

## 다음 단계
더 자세히 알아보려면 [기본 통합 가이드](/ko/developer/pushwoosh-sdk/ios-sdk/setting-up-pushwoosh-ios-sdk/basic-integration-guide/)를 참조하세요.