# เริ่มต้นใช้งาน 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

คุณควรจะเห็นรายการบันทึก (log) ลักษณะนี้:
```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 และ [ส่งการแจ้งเตือนแบบพุช](/th/product/messaging-channels/push-notifications/send-push-notifications/one-time-push) ไปยังอุปกรณ์ที่ลงทะเบียนของคุณ

## ขั้นตอนถัดไป
หากต้องการเรียนรู้เพิ่มเติม โปรดดูที่ [คู่มือการผสานรวมเบื้องต้น](/th/developer/pushwoosh-sdk/ios-sdk/setting-up-pushwoosh-ios-sdk/basic-integration-guide/)