> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/push.md).

# Push

> **Deprecated.** The underlying `phonegap-plugin-push` plugin is deprecated following the PhoneGap shutdown; use the maintained fork `@havesource/cordova-plugin-push` instead.

Register and receive push notifications.

Requires Cordova plugin: `phonegap-plugin-push`. For more info, please see the [Push plugin docs](https://github.com/phonegap/phonegap-plugin-push).

For TypeScript users, see the [Push plugin docs about using TypeScript for custom notifications](https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/TYPESCRIPT.md).

## Installation

```bash
ionic cordova plugin add phonegap-plugin-push
npm install @awesome-cordova-plugins/push
```

**Plugin Repo:** <https://github.com/phonegap/phonegap-plugin-push>

## Supported Platforms

* Android
* Browser
* iOS

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
