OneSignal is a free email, sms, push notification, and in-app message service for mobile apps. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal.
To install this library, do the following
First thing you’ll need download or clone current repository.
Then you should import onesignal as module in Android Studio.
Add the dependency to your app/build.gradle file:
implementation project(path: ':onesignal')
See OneSignal's Android Native SDK Setup Guide for next steps and more documentation.
See OneSignal's Android Native SDK API page for a list of all available methods.
See this repository's release tags for a complete change log of every released version.
Please visit this repository's Github issue tracker for feature requests and bug reports related specifically to the SDK. For account issues and support please contact OneSignal support from the OneSignal.com dashboard.
To make things easier, we have published demo projects in the /Examples
folder of this repository.
- Tested from Android 4.1.0 (API level 16) to Android 12 (31)