OneSignal is a free email, sms, push notification and in-app message service for mobile apps. This plugin makes it easy to integrate your Xamarin application with OneSignal.
See the Setup Documentation for installation and setup instructions.
See OneSignal's Xamarin 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 specificly to the SDK.
For account issues and support please contact OneSignal support from the OneSignal.com dashboard.
To make it easier to become familiar with our SDK, we have included a sample project.
- Open
Example.Shared.Application
in Xamarin. - In the Android project's
AndroidManifest.xml
,- Replace
EDIT_APPID_TO_TEST_THIS_APP
with your OneSignal Application ID. - Replace
EDIT_GPN_TO_TEST_THIS_APP
with your Google Project Number.
- Replace
- In the iOS project's
Info.plist
replaceEDIT_APPID_TO_TEST_THIS_APP
with your OneSignal Application ID. - Build and deploy applications to your devices and send a test notification via the OneSignal dashboard.
- iOS 7 - 13
- Android 4.0.3 (API Level 15) through 9 (API Level 28)
- Xamarin Forms and Single View projects