Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OneSignal/OneSignal-Cordova-SDK
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
https://github.com/OneSignal/OneSignal-Cordova-SDK
apns cordova cordova-plugin email fcm gcm in-app-messaging ionic onesignal phonegap push-notifications sms wns
Last synced: 2 months ago
JSON representation
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
- Host: GitHub
- URL: https://github.com/OneSignal/OneSignal-Cordova-SDK
- Owner: OneSignal
- License: other
- Created: 2015-04-09T00:04:27.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T19:31:03.000Z (3 months ago)
- Last Synced: 2024-08-18T19:13:40.053Z (3 months ago)
- Topics: apns, cordova, cordova-plugin, email, fcm, gcm, in-app-messaging, ionic, onesignal, phonegap, push-notifications, sms, wns
- Language: TypeScript
- Homepage:
- Size: 3.56 MB
- Stars: 250
- Watchers: 55
- Forks: 197
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### OneSignal Cordova Push Notification Plugin
[![npm version](https://img.shields.io/npm/v/onesignal-cordova-plugin.svg)](https://www.npmjs.com/package/onesignal-cordova-plugin) [![npm downloads](https://img.shields.io/npm/dm/onesignal-cordova-plugin.svg)](https://www.npmjs.com/package/onesignal-cordova-plugin)---
#### ⚠️ Migration Advisory for current OneSignal customers
Our new [user-centric APIs and v5.x.x SDKs](https://onesignal.com/blog/unify-your-users-across-channels-and-devices/) offer an improved user and data management experience. However, they may not be at 1:1 feature parity with our previous versions yet.
If you are migrating an existing app, we suggest using iOS and Android’s Phased Rollout capabilities to ensure that there are no unexpected issues or edge cases. Here is the documentation for each:
- [iOS Phased Rollout](https://developer.apple.com/help/app-store-connect/update-your-app/release-a-version-update-in-phases/)
- [Google Play Staged Rollouts](https://support.google.com/googleplay/android-developer/answer/6346149?hl=en)If you run into any challenges or have concerns, please contact our support team at [email protected]
---
[OneSignal](https://onesignal.com/) is a free email, sms, push notification, and in-app message service for mobile apps. This plugin makes it easy to integrate your [Cordova](http://cordova.apache.org/) based (e.g. [Ionic](http://ionicframework.com/), [PhoneGap](https://phonegap.com/), and PhoneGap Build app with OneSignal.
#### Installation and Setup
See the [Documentation](https://documentation.onesignal.com/docs) for installation and setup instructions:
- Cordova: https://documentation.onesignal.com/docs/cordova-sdk-setup
- Ionic: https://documentation.onesignal.com/docs/ionic-sdk-setup#### API
See OneSignal's [Client SDK Reference](https://documentation.onesignal.com/docs/sdk-reference) page for a list of all available methods.#### Change Log
See this repository's [release tags](https://github.com/OneSignal/OneSignal-Cordova-SDK/releases) for a complete change log of every released version.#### Support
Please visit this repository's [Github issue tracker](https://github.com/OneSignal/OneSignal-Cordova-SDK/issues) for feature requests and bug reports related specificly to the SDK.
For account issues and support please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.#### Demo Projects
To make things easier, we have published an Ionic Capacitor React demo app in the `/example` folder of this repository.To test it out, run:
```
ionic capacitor run androidionic capacitor run ios
```
Legacy (Player Model) demo projects:
* [Cordova](https://github.com/OneSignal/OneSignal-Cordova-Example)
* [Ionic](https://github.com/OneSignal/OneSignal-Ionic-Example)#### Supports:
* Cordova, Ionic, Ionic Capacitor, and Phonegap
* Android 4.1 (API Level 16) through 12 (API Level 31), and Amazon FireOS
* iOS 9 - 15