> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mypopup.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# OneSignal Push Notifications

> Send push notifications to sellers via iOS app

## Setup

1. Create app at [onesignal.com](https://onesignal.com)

2. Configure iOS app:
   * Upload iOS Push Certificate
   * Get App ID

3. Add to iOS app configuration

## Notifications Sent

### New Order

```
Title: New Order #ORD-2024-001
Body: Customer ordered 2 items worth ₹2,598
```

### Payment Proof Uploaded

```
Title: Payment Proof Uploaded
Body: Order #ORD-2024-001 - UPI proof ready for verification
```

### Low Stock (Coming Soon)

```
Title: Low Stock Alert
Body: "Premium T-Shirt" has only 3 units left
```

## Testing

Send test notification from OneSignal dashboard to verify setup.

<Card title="iOS App Setup" href="/seller/ios-app-setup">
  Enable push notifications in iOS app
</Card>
