# 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 कंट्रोल पैनल पर वापस जाएँ और अपने पंजीकृत डिवाइस पर [एक पुश नोटिफिकेशन भेजें](/hi/product/messaging-channels/push-notifications/send-push-notifications/one-time-push)।


## आगे क्या है
अधिक जानने के लिए, कृपया [मूल एकीकरण गाइड](/hi/developer/pushwoosh-sdk/ios-sdk/setting-up-pushwoosh-ios-sdk/basic-integration-guide/) देखें।